diff options
Diffstat (limited to 'sc/source/ui/inc/foptmgr.hxx')
-rw-r--r-- | sc/source/ui/inc/foptmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx index da064ebad341..59ac707bc950 100644 --- a/sc/source/ui/inc/foptmgr.hxx +++ b/sc/source/ui/inc/foptmgr.hxx @@ -55,7 +55,7 @@ public: FixedText* refFtDbArea, const OUString& refStrUndefined ); ~ScFilterOptionsMgr(); - sal_Bool VerifyPosStr ( const OUString& rPosStr ) const; + bool VerifyPosStr ( const OUString& rPosStr ) const; private: ScViewData* pViewData; |