diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-08 11:51:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-05-09 07:51:25 +0200 |
commit | 47378fcb3ca35bbe9fc27e9c062479dc5812138b (patch) | |
tree | 8b13678be170d31ac655efc1d887505fcef9479e /svx/qa | |
parent | e4f5c7e3bf9a791ce777d1027aa17c93ad8f28a3 (diff) |
move some gallery header files inside svx
They are not used outside svx.
Change-Id: Ib9ef73ec19a12401ea808922aba49e0ce1625378
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151501
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/gallery/test_gallery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/qa/unit/gallery/test_gallery.cxx b/svx/qa/unit/gallery/test_gallery.cxx index 6a4c4965bbf3..cf868bd219fd 100644 --- a/svx/qa/unit/gallery/test_gallery.cxx +++ b/svx/qa/unit/gallery/test_gallery.cxx @@ -15,9 +15,9 @@ #include <svx/gallery1.hxx> #include <svx/galtheme.hxx> -#include <svx/gallerybinarystoragelocations.hxx> -#include <svx/gallerystoragelocations.hxx> +#include <gallerystoragelocations.hxx> #include <galobj.hxx> +#include <gallerybinarystoragelocations.hxx> #include <cppunit/TestAssert.h> #include <cppunit/extensions/HelperMacros.h> |