summaryrefslogtreecommitdiff
path: root/sw/inc/SwStyleNameMapper.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-07 09:44:43 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-07 09:54:01 +0900
commit701db391b3d3b689af4ca5ab9d67c35b2459c1b3 (patch)
tree16ca7ede96c5cacfa8bba8f62acff188af7d558d /sw/inc/SwStyleNameMapper.hxx
parent8a2f3de3ef1bee204ec1f94493753bd076ff1f6b (diff)
sal_Bool to bool
Change-Id: Ieeebcd89ae2728c6314f28413759bbb353c327bf
Diffstat (limited to 'sw/inc/SwStyleNameMapper.hxx')
-rw-r--r--sw/inc/SwStyleNameMapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwStyleNameMapper.hxx b/sw/inc/SwStyleNameMapper.hxx
index 893ec73b841e..4142ff9a518a 100644
--- a/sw/inc/SwStyleNameMapper.hxx
+++ b/sw/inc/SwStyleNameMapper.hxx
@@ -141,7 +141,7 @@ protected:
static void fillNameFromId ( sal_uInt16 nId, String &rName, sal_Bool bProgName );
static const String& getNameFromId ( sal_uInt16 nId, const String &rName, sal_Bool bProgName );
static const NameToIdHash& getHashTable ( SwGetPoolIdFromName, sal_Bool bProgName );
- static sal_Bool SuffixIsUser ( const String & rString );
+ static bool SuffixIsUser ( const String & rString );
static void CheckSuffixAndDelete ( String & rString );
public: