summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/colorformat.hxx
diff options
context:
space:
mode:
authorBenjamin Ni <benjaminniri@hotmail.com>2015-04-02 16:00:10 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-03 03:21:16 +0200
commit2390d3b6064d3fc0ec814620947ce18410d657f6 (patch)
tree22ce41f81da5df750fd49f0a06cbd9d1e22b9591 /sc/source/ui/inc/colorformat.hxx
parentb24a15a0aaea310806259eaa20a7d509ce30e5c8 (diff)
added UI part for minLength and maxLength databar property, tdf#90197
Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36
Diffstat (limited to 'sc/source/ui/inc/colorformat.hxx')
-rw-r--r--sc/source/ui/inc/colorformat.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/inc/colorformat.hxx b/sc/source/ui/inc/colorformat.hxx
index 23f036c280c9..672ce74318dd 100644
--- a/sc/source/ui/inc/colorformat.hxx
+++ b/sc/source/ui/inc/colorformat.hxx
@@ -37,6 +37,8 @@ private:
Edit* mpEdMin;
Edit* mpEdMax;
+ Edit* mpLenMin;
+ Edit* mpLenMax;
OUString maStrWarnSameValue;
SvNumberFormatter* mpNumberFormatter;
@@ -46,6 +48,7 @@ private:
DECL_LINK(OkBtnHdl, void*);
DECL_LINK(TypeSelectHdl, void*);
+ DECL_LINK(PosSelectHdl, void*);
void Init();
@@ -58,3 +61,4 @@ public:
#endif // INCLUDED_SC_SOURCE_UI_INC_COLORFORMAT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+