From a77eaf8aa893ccac27563fdc4373dc5c36254a9e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 26 Apr 2020 15:47:16 +0100 Subject: move PanelLayout to sfx2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If29ccb67835adba3ff6cf2eb53f348bbe71d6463 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92933 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/animations/CustomAnimationPane.hxx | 2 +- sd/source/ui/inc/SlideTransitionPane.hxx | 2 +- sd/source/ui/inc/navigatr.hxx | 2 +- sd/source/ui/sidebar/LayoutMenu.hxx | 2 +- sd/source/ui/sidebar/MasterPagesSelector.hxx | 2 +- sd/source/ui/sidebar/SlideBackground.hxx | 2 +- sd/source/ui/table/TableDesignPane.hxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sd') 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 +#include #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 -#include +#include #include #include 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 #include -#include +#include #include "sdtreelb.hxx" #include 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 -#include +#include #include #include 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 -#include +#include #include 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 #include #include -#include +#include #include #include #include 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 -#include +#include #include namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } -- cgit