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 /sw | |
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 'sw')
-rw-r--r-- | sw/source/uibase/inc/navipi.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/inc/redlndlg.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageFooterPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageFormatPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageHeaderPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageStylesPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/StylePresetsPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/TableEditPanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/ThemePanel.hxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/WrapPropertyPanel.hxx | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx index 162a272e978f..14e066c73380 100644 --- a/sw/source/uibase/inc/navipi.hxx +++ b/sw/source/uibase/inc/navipi.hxx @@ -28,7 +28,7 @@ #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/sidebar/SidebarToolBox.hxx> #include <sfx2/weldutils.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include "conttree.hxx" #include <ndarr.hxx> #include <memory> diff --git a/sw/source/uibase/inc/redlndlg.hxx b/sw/source/uibase/inc/redlndlg.hxx index 6bc664653ecd..750678477456 100644 --- a/sw/source/uibase/inc/redlndlg.hxx +++ b/sw/source/uibase/inc/redlndlg.hxx @@ -21,7 +21,7 @@ #include <swdllapi.h> #include "chldwrap.hxx" #include <redline.hxx> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/basedlgs.hxx> #include <svl/lstner.hxx> #include <svx/ctredlin.hxx> diff --git a/sw/source/uibase/sidebar/PageFooterPanel.hxx b/sw/source/uibase/sidebar/PageFooterPanel.hxx index 2817abaad65e..17fe67560abd 100644 --- a/sw/source/uibase/sidebar/PageFooterPanel.hxx +++ b/sw/source/uibase/sidebar/PageFooterPanel.hxx @@ -22,7 +22,7 @@ #include <memory> #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx index 1f83e03cd7a4..2ce0be120aa1 100644 --- a/sw/source/uibase/sidebar/PageFormatPanel.hxx +++ b/sw/source/uibase/sidebar/PageFormatPanel.hxx @@ -21,7 +21,7 @@ #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sw/source/uibase/sidebar/PageHeaderPanel.hxx b/sw/source/uibase/sidebar/PageHeaderPanel.hxx index 061411d48eeb..bafab02bfc99 100644 --- a/sw/source/uibase/sidebar/PageHeaderPanel.hxx +++ b/sw/source/uibase/sidebar/PageHeaderPanel.hxx @@ -22,7 +22,7 @@ #include <memory> #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sw/source/uibase/sidebar/PageStylesPanel.hxx b/sw/source/uibase/sidebar/PageStylesPanel.hxx index ccaceae2aeb9..5817d9802b81 100644 --- a/sw/source/uibase/sidebar/PageStylesPanel.hxx +++ b/sw/source/uibase/sidebar/PageStylesPanel.hxx @@ -22,7 +22,7 @@ #include <memory> #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sw/source/uibase/sidebar/StylePresetsPanel.hxx b/sw/source/uibase/sidebar/StylePresetsPanel.hxx index 6f01b44e2f0d..06d444304d74 100644 --- a/sw/source/uibase/sidebar/StylePresetsPanel.hxx +++ b/sw/source/uibase/sidebar/StylePresetsPanel.hxx @@ -14,7 +14,7 @@ #include <memory> #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> diff --git a/sw/source/uibase/sidebar/TableEditPanel.hxx b/sw/source/uibase/sidebar/TableEditPanel.hxx index 03386c7e3f85..361e86009f91 100644 --- a/sw/source/uibase/sidebar/TableEditPanel.hxx +++ b/sw/source/uibase/sidebar/TableEditPanel.hxx @@ -12,7 +12,7 @@ #define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_TABLEEDITPANEL_HXX #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/weldutils.hxx> #include <svx/relfld.hxx> diff --git a/sw/source/uibase/sidebar/ThemePanel.hxx b/sw/source/uibase/sidebar/ThemePanel.hxx index a00e592ecfcc..47c0505db2db 100644 --- a/sw/source/uibase/sidebar/ThemePanel.hxx +++ b/sw/source/uibase/sidebar/ThemePanel.hxx @@ -12,7 +12,7 @@ #define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_THEMEPANEL_HXX #include <com/sun/star/frame/XFrame.hpp> -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> #include <svtools/valueset.hxx> #include <svx/ColorSets.hxx> diff --git a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx index d1d23b637271..3b8afc001ba8 100644 --- a/sw/source/uibase/sidebar/WrapPropertyPanel.hxx +++ b/sw/source/uibase/sidebar/WrapPropertyPanel.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_WRAPPROPERTYPANEL_HXX #define INCLUDED_SW_SOURCE_UIBASE_SIDEBAR_WRAPPROPERTYPANEL_HXX -#include <svx/sidebar/PanelLayout.hxx> +#include <sfx2/sidebar/PanelLayout.hxx> #include <sfx2/sidebar/ControllerItem.hxx> #include <sfx2/weldutils.hxx> #include <com/sun/star/frame/XFrame.hpp> |