summaryrefslogtreecommitdiff
path: root/sc/inc/validat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r--sc/inc/validat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx
index 6a4124f5a9bf..6aeb958d9137 100644
--- a/sc/inc/validat.hxx
+++ b/sc/inc/validat.hxx
@@ -113,8 +113,8 @@ public:
ScValidationMode GetDataMode() const { return eDataMode; }
- inline sal_Int16 GetListType() const { return mnListType; }
- inline void SetListType( sal_Int16 nListType ) { mnListType = nListType; }
+ sal_Int16 GetListType() const { return mnListType; }
+ void SetListType( sal_Int16 nListType ) { mnListType = nListType; }
/** Returns true, if the validation cell will show a selection list.
@descr Use this instead of GetListType() which returns the raw property