Kaydet (Commit) 1bd50b00 authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: I3c91fbe6f7cc383815a3492be72642e968d48327
üst b9582903
...@@ -206,7 +206,7 @@ void ScFilterOptionsMgr::Init() ...@@ -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 ); OUString aPosStr( rPosStr );
sal_Int32 nColonPos = aPosStr.indexOf( ':' ); sal_Int32 nColonPos = aPosStr.indexOf( ':' );
......
...@@ -55,7 +55,7 @@ public: ...@@ -55,7 +55,7 @@ public:
FixedText* refFtDbArea, FixedText* refFtDbArea,
const OUString& refStrUndefined ); const OUString& refStrUndefined );
~ScFilterOptionsMgr(); ~ScFilterOptionsMgr();
sal_Bool VerifyPosStr ( const OUString& rPosStr ) const; bool VerifyPosStr ( const OUString& rPosStr ) const;
private: private:
ScViewData* pViewData; ScViewData* pViewData;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment