From ec9e661988c81b0424d4e848d24c745a7dc9e5ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 22 Oct 2012 12:53:09 +0900 Subject: sal_Bool to bool Change-Id: I71842ace16eb65b3269754cc36408fe52843b2ea --- sw/inc/doc.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sw/inc/doc.hxx') diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 740659ad3fdd..88f13a827cad 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -635,7 +635,7 @@ private: const xub_StrLen nEndContentIndex, const SwNodeIndex& rStartIdx, const bool bCopyFlyAtFly = false ) const; - sal_Int8 SetFlyFrmAnchor( SwFrmFmt& rFlyFmt, SfxItemSet& rSet, sal_Bool bNewFrms ); + sal_Int8 SetFlyFrmAnchor( SwFrmFmt& rFlyFmt, SfxItemSet& rSet, bool bNewFrms ); typedef SwFmt* (SwDoc:: *FNCopyFmt)( const String&, SwFmt*, sal_Bool, sal_Bool ); SwFmt* CopyFmt( const SwFmt& rFmt, const SwFmtsBase& rFmtArr, @@ -665,7 +665,7 @@ private: void AddUsedDBToList( std::vector& rDBNameList, const std::vector& rUsedDBNames ); void AddUsedDBToList( std::vector& rDBNameList, const String& rDBName ); - sal_Bool IsNameInArray( const std::vector& rOldNames, const String& rName ); + bool IsNameInArray( const std::vector& rOldNames, const String& rName ); void GetAllDBNames( std::vector& rAllDBNames ); void ReplaceUsedDBs( const std::vector& rUsedDBNames, const String& rNewName, String& rFormel ); @@ -1082,10 +1082,10 @@ public: sal_Bool bDelRedlines = sal_True, sal_Bool bCopyFlyAtFly = sal_False ) const; - sal_Bool SetFlyFrmAttr( SwFrmFmt& rFlyFmt, SfxItemSet& rSet ); + bool SetFlyFrmAttr( SwFrmFmt& rFlyFmt, SfxItemSet& rSet ); - sal_Bool SetFrmFmtToFly( SwFrmFmt& rFlyFmt, SwFrmFmt& rNewFmt, - SfxItemSet* pSet = 0, sal_Bool bKeepOrient = sal_False ); + bool SetFrmFmtToFly( SwFrmFmt& rFlyFmt, SwFrmFmt& rNewFmt, + SfxItemSet* pSet = 0, bool bKeepOrient = false ); void SetFlyFrmTitle( SwFlyFrmFmt& rFlyFrmFmt, const String& sNewTitle ); void SetFlyFrmDescription( SwFlyFrmFmt& rFlyFrmFmt, -- cgit