summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/colorformat.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-09-04 10:41:59 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2015-09-04 13:27:23 +0200
commita2dd4653a24d87832e0e8c5cfe7ff60562b37ab7 (patch)
tree7d456a54045c72476da5f1aa874690f0a2d17a9a /sc/source/ui/inc/colorformat.hxx
parentbbf9ea97c22380232e546dd89d645ce7db5924a9 (diff)
tdf#91501: Add data bar colour to the list if not there yet
Change-Id: I18dd5b8dc49bd9f4dc9c27556782fa5f2b3c4f58
Diffstat (limited to 'sc/source/ui/inc/colorformat.hxx')
-rw-r--r--sc/source/ui/inc/colorformat.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index dd65562828b2..2a3312ee4b34 100644
--- a/sc/source/ui/inc/colorformat.hxx
+++ b/sc/source/ui/inc/colorformat.hxx
@@ -43,6 +43,7 @@ private:
VclPtr<CheckBox> mpCbOnlyBar;
OUString maStrWarnSameValue;
+ OUString maCustomColor;
SvNumberFormatter* mpNumberFormatter;
ScDocument* mpDoc;