summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-20 11:53:43 +0200
committerNoel Grandin <noel@peralex.com>2014-03-24 08:12:09 +0200
commit9604eb87581ae7d8714fb69cf56a0442c4740100 (patch)
tree64af14bb768b28167743563c8d6704cb558d4f44 /svtools/source/config/fontsubstconfig.cxx
parentf661ac03e049844fd529fb6ff02e628b32cac650 (diff)
svtools: sal_Bool->bool
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
Diffstat (limited to 'svtools/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 4d97c9bdeaa2..57f3a2183f9e 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -49,7 +49,7 @@ struct SvtFontSubstConfig_Impl
SvtFontSubstConfig::SvtFontSubstConfig() :
ConfigItem(OUString("Office.Common/Font/Substitution")),
- bIsEnabled(sal_False),
+ bIsEnabled(false),
pImpl(new SvtFontSubstConfig_Impl)
{
Sequence<OUString> aNames(1);