summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlstyle.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/xmlstyle.cxx')
-rw-r--r--xmloff/source/style/xmlstyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx
index beae4d64fbda..efcd5140c5d4 100644
--- a/xmloff/source/style/xmlstyle.cxx
+++ b/xmloff/source/style/xmlstyle.cxx
@@ -630,7 +630,7 @@ sal_uInt16 SvXMLStylesContext::GetFamily(
{
nFamily = XML_STYLE_FAMILY_SD_DRAWINGPAGE_ID;
}
- else if( rValue.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( XML_STYLE_FAMILY_SCH_CHART_NAME )))
+ else if ( rValue == XML_STYLE_FAMILY_SCH_CHART_NAME )
{
nFamily = XML_STYLE_FAMILY_SCH_CHART_ID;
}