summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-04-26 15:47:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-04-26 22:00:38 +0200
commita77eaf8aa893ccac27563fdc4373dc5c36254a9e (patch)
tree39f7440c79c543c760381ccc5fc3992836dbd043 /sc/source/ui/inc
parent218ad66010fdba3c28564e2038876b6822752243 (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 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/dwfunctr.hxx2
-rw-r--r--sc/source/ui/inc/navipi.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx
index cf93ae88221a..e9dc66132fa0 100644
--- a/sc/source/ui/inc/dwfunctr.hxx
+++ b/sc/source/ui/inc/dwfunctr.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SC_SOURCE_UI_INC_DWFUNCTR_HXX
#include <comphelper/configurationlistener.hxx>
-#include <svx/sidebar/PanelLayout.hxx>
+#include <sfx2/sidebar/PanelLayout.hxx>
class ScFuncDesc;
namespace formula { class IFunctionDescription; }
diff --git a/sc/source/ui/inc/navipi.hxx b/sc/source/ui/inc/navipi.hxx
index 0a21b9877b8e..a49cad057299 100644
--- a/sc/source/ui/inc/navipi.hxx
+++ b/sc/source/ui/inc/navipi.hxx
@@ -24,7 +24,7 @@
#include <vcl/idle.hxx>
#include <svl/lstner.hxx>
#include <sfx2/childwin.hxx>
-#include <svx/sidebar/PanelLayout.hxx>
+#include <sfx2/sidebar/PanelLayout.hxx>
#include "content.hxx"
class SfxPoolItem;