summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/clrscheme.hxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-01-26 23:43:00 +0900
committerTomaž Vajngerl <quikee@gmail.com>2023-01-27 01:41:22 +0000
commit69c6f7bccec838b7288a25a29a83b7f782ba7586 (patch)
tree0679998c8ff2af214365dd38a8997c4240871499 /include/oox/drawingml/clrscheme.hxx
parent9cbc3a64492e0670427f17b753d0908657c8c5bd (diff)
move ColorSet class to own file inside docmodel
Also move ColorSet from svx to model namespace so it is consistent with other classes in docmodel. Change-Id: Iacbdbdf5ece4015c628a0e45adf6a732b2d27777 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146220 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/oox/drawingml/clrscheme.hxx')
-rw-r--r--include/oox/drawingml/clrscheme.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/clrscheme.hxx b/include/oox/drawingml/clrscheme.hxx
index fd7662511a88..33ff971c7d81 100644
--- a/include/oox/drawingml/clrscheme.hxx
+++ b/include/oox/drawingml/clrscheme.hxx
@@ -30,7 +30,7 @@
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <tools/color.hxx>
-#include <svx/ColorSets.hxx>
+#include <docmodel/theme/ColorSet.hxx>
namespace oox::drawingml {
@@ -95,7 +95,7 @@ public:
const OUString& GetName() const { return maName; }
void ToAny(css::uno::Any& rVal) const;
- void fill(svx::ColorSet& rColorSet) const;
+ void fill(model::ColorSet& rColorSet) const;
};