summaryrefslogtreecommitdiffstats
path: root/xmloff/source/style/prhdlfac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/prhdlfac.cxx')
-rw-r--r--xmloff/source/style/prhdlfac.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index 1851dc0e038a..e211bc60ce74 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -307,7 +307,7 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::CreatePropertyHandler( sal_
break;
case XML_TYPE_TEXT_UNDERLINE_HASCOLOR:
pPropHdl = new XMLIsTransparentPropHdl( XML_FONT_COLOR,
- sal_False );
+ false );
break;
case XML_TYPE_TEXT_OVERLINE_TYPE:
pPropHdl = new XMLUnderlineTypePropHdl;
@@ -323,7 +323,7 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::CreatePropertyHandler( sal_
break;
case XML_TYPE_TEXT_OVERLINE_HASCOLOR:
pPropHdl = new XMLIsTransparentPropHdl( XML_FONT_COLOR,
- sal_False );
+ false );
break;
case XML_TYPE_TEXT_WEIGHT:
pPropHdl = new XMLFontWeightPropHdl;