diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-01 14:43:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-05-01 15:26:42 +0200 |
commit | 0c6004584342b3826223c64eb7d0345276faf4b6 (patch) | |
tree | 611efec15980649e96d078d3047fe0c2450b22f3 /sfx2/source/sidebar | |
parent | 3ea44e0072c97611de0285d9080f11fcfdac1028 (diff) |
move some headers inside their respective modules
Change-Id: I6b463724e301989a60e423bbfc25aa1bf146ff5e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93267
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/sidebar')
-rw-r--r-- | sfx2/source/sidebar/ControlFactory.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/TabBar.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/sidebar/UnoSidebar.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/ControlFactory.cxx b/sfx2/source/sidebar/ControlFactory.cxx index 5e4d03ac3c0a..d2d3d27dde32 100644 --- a/sfx2/source/sidebar/ControlFactory.cxx +++ b/sfx2/source/sidebar/ControlFactory.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ControlFactory.hxx> +#include <sidebar/ControlFactory.hxx> #include <sidebar/MenuButton.hxx> #include <sidebar/TabItem.hxx> diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx index 515b2da36dba..4f49bd461364 100644 --- a/sfx2/source/sidebar/TabBar.cxx +++ b/sfx2/source/sidebar/TabBar.cxx @@ -18,7 +18,7 @@ */ #include <sfx2/sidebar/TabBar.hxx> -#include <sfx2/sidebar/ControlFactory.hxx> +#include <sidebar/ControlFactory.hxx> #include <sidebar/DeckDescriptor.hxx> #include <sidebar/Paint.hxx> #include <sfx2/sidebar/Theme.hxx> diff --git a/sfx2/source/sidebar/UnoSidebar.cxx b/sfx2/source/sidebar/UnoSidebar.cxx index c209c6766d03..20a8728d5f29 100644 --- a/sfx2/source/sidebar/UnoSidebar.cxx +++ b/sfx2/source/sidebar/UnoSidebar.cxx @@ -8,7 +8,7 @@ * */ -#include <sfx2/sidebar/UnoSidebar.hxx> +#include <sidebar/UnoSidebar.hxx> #include <sidebar/Tools.hxx> #include <sfx2/sidebar/SidebarController.hxx> |