diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-17 14:24:29 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-18 10:08:00 +0200 |
commit | 1bd50b002fc42519cdc34393eede8c9203b65bb6 (patch) | |
tree | 548488799e2a06e0f9fd14f6fbce8a46d967ef80 /sc/source/ui/dbgui | |
parent | b9582903ed521f87faf27c40a51e14f48a5e2443 (diff) |
sal_Bool->bool
Change-Id: I3c91fbe6f7cc383815a3492be72642e968d48327
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/foptmgr.cxx | 2 |
1 files changed, 1 insertions, 1 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( ':' ); |