summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-10 01:10:57 +0000
committerJan Holesovsky <kendy@suse.cz>2012-06-15 16:02:59 +0200
commitc503655664218218b55c9bdc727eb0bf23741241 (patch)
treead0f753be8c3d768b3792d2c603cd5136439a9c2 /sc/source/ui/inc
parent1252376ec587419b2dc80e9f6a221185926ed778 (diff)
set correct range as title + update for (not) between
Change-Id: I4b819920417c1b2c67b27295170c7a56108fef64 Signed-off-by: Jan Holesovsky <kendy@suse.cz>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/condformatdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/condformatdlg.hxx b/sc/source/ui/inc/condformatdlg.hxx
index 70fef9691062..e66c090a2295 100644
--- a/sc/source/ui/inc/condformatdlg.hxx
+++ b/sc/source/ui/inc/condformatdlg.hxx
@@ -126,6 +126,7 @@ private:
DECL_LINK( StyleSelectHdl, void* );
DECL_LINK( OptionBtnHdl, void* );
DECL_LINK( DataBarTypeSelectHdl, void* );
+ DECL_LINK( ConditionTypeSelectHdl, void* );
public:
ScCondFrmtEntry( Window* pParent, ScDocument* pDoc );