summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.hxx
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 /cui/source/options/optchart.hxx
parentdf738e0f8ceedb4bad756960be14d9c41adc165d (diff)
simplify, its just a vector of colors
Change-Id: I7d388739225d371090872a33d30aa3178b20ca6e
Diffstat (limited to 'cui/source/options/optchart.hxx')
-rw-r--r--cui/source/options/optchart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optchart.hxx b/cui/source/options/optchart.hxx
index 30f31965fe07..ff8102a4db0d 100644
--- a/cui/source/options/optchart.hxx
+++ b/cui/source/options/optchart.hxx
@@ -29,11 +29,11 @@
#include "cfgchart.hxx"
+typedef std::vector<Color> ImpColorList;
class ColorLB;
class SvxDefaultColorOptPage : public SfxTabPage
{
-
private:
VclPtr<ColorLB> m_pLbChartColors;
VclPtr<ValueSet> m_pValSetColorBox;