diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-06 14:51:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-06 14:51:42 +0200 |
commit | 0c6ebe5d225d6a655f078977455cec6d0a3afa6e (patch) | |
tree | becc109d0f2684ebf50afc783e089b49dd469661 /xmloff/source/style | |
parent | 7545dbbf64e959cfb166556935946f442199e92b (diff) | |
parent | 8a01ee624318ac08800af89d988971114637a04e (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 2 |
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; } |