summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/PaletteManager.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-22 20:38:05 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-22 22:43:52 +0200
commite4a0fa273165d63e82dec9319dbc746f3edbafe5 (patch)
tree3c29d9d837da4765b2d5b5f906a49ce3a266c95b /svx/source/tbxctrls/PaletteManager.cxx
parent1daf867d72d60155cff49a7dfe98c36071ed994b (diff)
The Palette subclasses don't need to be public
Change-Id: I40f942c202ab3ba1ca13d1b24d0cd72a4c561868
Diffstat (limited to 'svx/source/tbxctrls/PaletteManager.cxx')
-rw-r--r--svx/source/tbxctrls/PaletteManager.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx
index 7f1d5a140437..1dc3a46ac7b7 100644
--- a/svx/source/tbxctrls/PaletteManager.cxx
+++ b/svx/source/tbxctrls/PaletteManager.cxx
@@ -33,6 +33,8 @@
#include <cppu/unotype.hxx>
#include <officecfg/Office/Common.hxx>
+#include "palettes.hxx"
+
PaletteManager::PaletteManager() :
mnMaxRecentColors(Application::GetSettings().GetStyleSettings().GetColorValueSetColumnCount()),
mnNumOfPalettes(2),