diff options
Diffstat (limited to 'xmloff/source/draw/eventimp.cxx')
-rw-r--r-- | xmloff/source/draw/eventimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index 202b5c73097a..9366a72fea9d 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx @@ -340,7 +340,7 @@ void SdXMLEventContext::EndElement() nPropertyCount += 1; break; case ClickAction_MACRO: - if ( msLanguage.equalsIgnoreAsciiCaseAscii("starbasic") ) + if ( msLanguage.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("starbasic")) ) nPropertyCount += 1; break; @@ -360,7 +360,7 @@ void SdXMLEventContext::EndElement() if( ClickAction_MACRO == meClickAction ) { - if ( msLanguage.equalsIgnoreAsciiCaseAscii("starbasic") ) + if ( msLanguage.equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("starbasic")) ) { OUString sLibrary; const OUString& rApp = GetXMLToken( XML_APPLICATION ); |