SidebarChildWindow.cxx (13e1c3b4) | SidebarChildWindow.cxx (d29c2fc2) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 13 unchanged lines hidden (view full) --- 22#include "precompiled_sfx2.hxx" 23 24#include "TabBar.hxx" 25#include "sfx2/sidebar/SidebarChildWindow.hxx" 26#include "SidebarDockingWindow.hxx" 27#include "sfx2/sfxsids.hrc" 28#include "helpid.hrc" 29#include "sfx2/dockwin.hxx" | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 13 unchanged lines hidden (view full) --- 22#include "precompiled_sfx2.hxx" 23 24#include "TabBar.hxx" 25#include "sfx2/sidebar/SidebarChildWindow.hxx" 26#include "SidebarDockingWindow.hxx" 27#include "sfx2/sfxsids.hrc" 28#include "helpid.hrc" 29#include "sfx2/dockwin.hxx" |
30#include <sfx2/sidebar/propertypanel.hrc> | 30#include <sfx2/sidebar/ResourceDefinitions.hrc> |
31 32 33namespace sfx2 { namespace sidebar { 34 35 36SFX_IMPL_DOCKINGWINDOW(SidebarChildWindow, SID_SIDEBAR); 37 38 --- 44 unchanged lines hidden --- | 31 32 33namespace sfx2 { namespace sidebar { 34 35 36SFX_IMPL_DOCKINGWINDOW(SidebarChildWindow, SID_SIDEBAR); 37 38 --- 44 unchanged lines hidden --- |