summaryrefslogtreecommitdiff
path: root/include/editeng/fontitem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-21 13:50:06 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 12:30:24 +0200
commita18e08ba484504f24ea3fe49ba8c677af351936e (patch)
tree1c676bd7589c82d6f36a8ba8e25c4cf7e319a815 /include/editeng/fontitem.hxx
parente3283f9f059b2b9d766319beaff5e2e94eb5c43b (diff)
editeng: sal_Bool->bool
Change-Id: I63bef7bcd7e20c6f667058f4be6d305c7f447b22
Diffstat (limited to 'include/editeng/fontitem.hxx')
-rw-r--r--include/editeng/fontitem.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/editeng/fontitem.hxx b/include/editeng/fontitem.hxx
index 7264c3c6b175..d5beb53091e8 100644
--- a/include/editeng/fontitem.hxx
+++ b/include/editeng/fontitem.hxx
@@ -35,13 +35,13 @@ class SvXMLUnitConverter;
class EDITENG_DLLPUBLIC SvxFontItem : public SfxPoolItem
{
- OUString aFamilyName;
- OUString aStyleName;
- FontFamily eFamily;
- FontPitch ePitch;
+ OUString aFamilyName;
+ OUString aStyleName;
+ FontFamily eFamily;
+ FontPitch ePitch;
rtl_TextEncoding eTextEncoding;
- static sal_Bool bEnableStoreUnicodeNames;
+ static bool bEnableStoreUnicodeNames;
public:
TYPEINFO();
@@ -85,7 +85,7 @@ public:
SvxFontItem& operator=(const SvxFontItem& rFont);
- static void EnableStoreUnicodeNames( sal_Bool bEnable );
+ static void EnableStoreUnicodeNames( bool bEnable );
};