summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/dbgui/foptmgr.cxx2
-rw-r--r--sc/source/ui/inc/foptmgr.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx
index 3471246db22d..7fa0993b4cd7 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -206,7 +206,7 @@ void ScFilterOptionsMgr::Init()
//----------------------------------------------------------------------------
-sal_Bool ScFilterOptionsMgr::VerifyPosStr( const OUString& rPosStr ) const
+bool ScFilterOptionsMgr::VerifyPosStr( const OUString& rPosStr ) const
{
OUString aPosStr( rPosStr );
sal_Int32 nColonPos = aPosStr.indexOf( ':' );
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;