summaryrefslogtreecommitdiff
path: root/include/svx/sidebar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-16 17:29:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-16 17:29:58 +0200
commitf589797f1cb4085f0ba69f3dab2d31e0cbbf701e (patch)
treeb1ba3e42e4c628899f5216d00569dbef5861d5cf /include/svx/sidebar
parent55f82c31960c820fb7fe615dd94b61210103e997 (diff)
Make include/svx include files found through global -Iinclude
...instead of implicitly next to the including file, in preparation of loplugin:includeform Change-Id: I7649ea007d46102731893489bf3b5ff976a573f3
Diffstat (limited to 'include/svx/sidebar')
-rw-r--r--include/svx/sidebar/AreaPropertyPanelBase.hxx2
-rw-r--r--include/svx/sidebar/LinePropertyPanelBase.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/sidebar/AreaPropertyPanelBase.hxx b/include/svx/sidebar/AreaPropertyPanelBase.hxx
index e2d332461d03..acfbb19d7f0d 100644
--- a/include/svx/sidebar/AreaPropertyPanelBase.hxx
+++ b/include/svx/sidebar/AreaPropertyPanelBase.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_SVX_SOURCE_SIDEBAR_AREA_AREAPROPERTYPANELBASE_HXX
#include <memory>
-#include "AreaTransparencyGradientPopup.hxx"
+#include "svx/sidebar/AreaTransparencyGradientPopup.hxx"
#include <vcl/ctrl.hxx>
#include <sfx2/sidebar/SidebarPanelBase.hxx>
#include <sfx2/sidebar/ControllerItem.hxx>
diff --git a/include/svx/sidebar/LinePropertyPanelBase.hxx b/include/svx/sidebar/LinePropertyPanelBase.hxx
index dd4452e7944c..09917d622dea 100644
--- a/include/svx/sidebar/LinePropertyPanelBase.hxx
+++ b/include/svx/sidebar/LinePropertyPanelBase.hxx
@@ -29,7 +29,7 @@
#include <memory>
#include <svx/sidebar/PanelLayout.hxx>
#include <svx/xtable.hxx>
-#include "LineWidthPopup.hxx"
+#include "svx/sidebar/LineWidthPopup.hxx"
#include <svx/svxdllapi.h>