diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 15:47:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-26 22:00:38 +0200 |
commit | a77eaf8aa893ccac27563fdc4373dc5c36254a9e (patch) | |
tree | 39f7440c79c543c760381ccc5fc3992836dbd043 /sd | |
parent | 218ad66010fdba3c28564e2038876b6822752243 (diff) |
move PanelLayout to sfx2
Change-Id: If29ccb67835adba3ff6cf2eb53f348bbe71d6463
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92933
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/SlideTransitionPane.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/navigatr.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/LayoutMenu.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/table/TableDesignPane.hxx | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx index 472a4df03679..adecbaa976a5 100644 --- a/sd/source/ui/animations/CustomAnimationPane.hxx +++ b/sd/source/ui/animations/CustomAnimationPane.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONPANE_HXX #define INCLUDED_SD_SOURCE_UI_ANIMATIONS_CUSTOMANIMATIONPANE_HXX -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include "CustomAnimationDialog.hxx" #include "CustomAnimationList.hxx" #include "motionpathtag.hxx" diff --git a/sd/source/ui/inc/SlideTransitionPane.hxx b/sd/source/ui/inc/SlideTransitionPane.hxx index c1c2cbe18e3b..f60aea41d4bf 100644 --- a/sd/source/ui/inc/SlideTransitionPane.hxx +++ b/sd/source/ui/inc/SlideTransitionPane.hxx @@ -22,7 +22,7 @@ #include "SlideSorterViewShell.hxx" #include <svtools/valueset.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <vcl/weld.hxx> #include <vector> diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx index b67f3e4303d1..1a0d9b1407b5 100644 --- a/sd/source/ui/inc/navigatr.hxx +++ b/sd/source/ui/inc/navigatr.hxx @@ -22,7 +22,7 @@ #include <vcl/toolbox.hxx> #include <sfx2/ctrlitem.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include "sdtreelb.hxx" #include <pres.hxx> diff --git a/sd/source/ui/sidebar/LayoutMenu.hxx b/sd/source/ui/sidebar/LayoutMenu.hxx index ecafad4dbd34..368b5c8cfd31 100644 --- a/sd/source/ui/sidebar/LayoutMenu.hxx +++ b/sd/source/ui/sidebar/LayoutMenu.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_SIDEBAR_LAYOUTMENU_HXX #include <sfx2/sidebar/ILayoutableWindow.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <svtools/valueset.hxx> #include <vcl/transfer.hxx> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx index c988030bc5db..f00e85493d34 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.hxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx @@ -25,7 +25,7 @@ #include "MasterPageContainer.hxx" #include "PreviewValueSet.hxx" #include <sfx2/sidebar/ILayoutableWindow.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <osl/mutex.hxx> diff --git a/sd/source/ui/sidebar/SlideBackground.hxx b/sd/source/ui/sidebar/SlideBackground.hxx index a064b246ed21..92d426a40367 100644 --- a/sd/source/ui/sidebar/SlideBackground.hxx +++ b/sd/source/ui/sidebar/SlideBackground.hxx @@ -23,7 +23,7 @@ #include <memory> #include <svl/intitem.hxx> #include <svx/dlgutil.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <svx/itemwin.hxx> #include <sfx2/sidebar/ControllerItem.hxx> #include <svx/papersizelistbox.hxx> diff --git a/sd/source/ui/table/TableDesignPane.hxx b/sd/source/ui/table/TableDesignPane.hxx index d4aecb7127ec..3575366cac63 100644 --- a/sd/source/ui/table/TableDesignPane.hxx +++ b/sd/source/ui/table/TableDesignPane.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_TABLE_TABLEDESIGNPANE_HXX #include <svtools/valueset.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <vcl/weld.hxx> namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } |