summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlgentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/condformatdlgentry.hxx')
-rw-r--r--sc/source/ui/inc/condformatdlgentry.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/condformatdlgentry.hxx b/sc/source/ui/inc/condformatdlgentry.hxx
index e0d1e8cb187f..22ddf7ddeea1 100644
--- a/sc/source/ui/inc/condformatdlgentry.hxx
+++ b/sc/source/ui/inc/condformatdlgentry.hxx
@@ -108,11 +108,11 @@ class ScConditionFrmtEntry : public ScCondFrmtEntry, public SfxListener
DECL_LINK( OnEdChanged, Edit* );
// Searches the lookup table for the entry position, given condition mode
- sal_Int32 ConditionModeToEntryPos( ScConditionMode eMode ) const;
+ static sal_Int32 ConditionModeToEntryPos( ScConditionMode eMode );
// Accesses the lookup table for the condition mode, given entry position
- ScConditionMode EntryPosToConditionMode( sal_Int32 aEntryPos ) const;
+ static ScConditionMode EntryPosToConditionMode( sal_Int32 aEntryPos );
// Returns the number of edit fields used for a given condition mode
- sal_Int32 GetNumberEditFields( ScConditionMode eMode ) const;
+ static sal_Int32 GetNumberEditFields( ScConditionMode eMode );
protected:
virtual void Select() SAL_OVERRIDE;