summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-04 15:06:55 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-04 17:14:29 +0000
commit351a97ce6bda3075677b59fa1387ba3d1ab17d7a (patch)
treee880a743677b7a69bcf3c8ac4d77700615df6394 /include/svtools
parentdf738e0f8ceedb4bad756960be14d9c41adc165d (diff)
simplify, its just a vector of colors
Change-Id: I7d388739225d371090872a33d30aa3178b20ca6e
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/ctrlbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index 28d1a3497888..cb5e29d8ada3 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -33,10 +33,8 @@
#include <o3tl/typed_flags_set.hxx>
class FontList;
-class ImplColorListData;
class ImpLineListData;
-typedef ::std::vector< ImplColorListData* > ImpColorList;
typedef ::std::vector< ImpLineListData* > ImpLineList;
typedef ::std::vector< FontMetric > ImplFontList;