summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fontcfg.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-10 00:02:56 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-10 00:12:21 +0900
commit3fa2c6da4a912856f4a0572fafe7b32fc7d57e88 (patch)
treec7bfb1f7a8946b8280282b8ca3b314e7f4e32e33 /sw/source/ui/inc/fontcfg.hxx
parentfdo#58242: sw: fix more crashes when not on SwTxtNode (diff)
downloadcore-3fa2c6da4a912856f4a0572fafe7b32fc7d57e88.tar.gz
core-3fa2c6da4a912856f4a0572fafe7b32fc7d57e88.zip
sal_Bool to bool
Change-Id: Ib83c02d53fbae6a70781d9d9d7ab015b016c72a8
Diffstat (limited to 'sw/source/ui/inc/fontcfg.hxx')
-rw-r--r--sw/source/ui/inc/fontcfg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/fontcfg.hxx b/sw/source/ui/inc/fontcfg.hxx
index 9c03c2617273..646360175c0d 100644
--- a/sw/source/ui/inc/fontcfg.hxx
+++ b/sw/source/ui/inc/fontcfg.hxx
@@ -86,7 +86,7 @@ public:
const String& GetFontIndex (sal_uInt8 nFontGroup) const {return sDefaultFonts[FONT_INDEX + FONT_PER_GROUP * nFontGroup];}
const String& GetFontFor(sal_uInt16 nFontType) const {return sDefaultFonts[nFontType];}
- sal_Bool IsFontDefault(sal_uInt16 nFontType) const;
+ bool IsFontDefault(sal_uInt16 nFontType) const;
void SetFontStandard(const String& rSet, sal_uInt8 nFontGroup)
{ChangeString(FONT_STANDARD + FONT_PER_GROUP * nFontGroup, rSet);}