summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlwrap.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-01-19 23:12:18 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-01-19 23:12:18 +0100
commitcb2edbe3e44f87bc14291a75f9029f9c1ff294b9 (patch)
treeda06732a087ea468453bd906ccfeea0a20105a55 /sc/source/filter/xml/xmlwrap.cxx
parent1d0d4809d04ac21077f74c4058490a3719a95284 (diff)
Replace suitable equalsAscii calls with equalsAsciiL.
Diffstat (limited to 'sc/source/filter/xml/xmlwrap.cxx')
-rw-r--r--sc/source/filter/xml/xmlwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlwrap.cxx b/sc/source/filter/xml/xmlwrap.cxx
index 6dc190374708..e1dc0308a2c8 100644
--- a/sc/source/filter/xml/xmlwrap.cxx
+++ b/sc/source/filter/xml/xmlwrap.cxx
@@ -712,7 +712,7 @@ sal_Bool ScXMLImportWrapper::ExportToComponent(uno::Reference<lang::XMultiServic
pExport->SetSharedData(pSharedData);
// if there are sheets to copy, get the source stream
- if ( sName.equalsAscii("content.xml") && lcl_HasValidStream(rDoc) &&
+ if ( sName.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("content.xml")) && lcl_HasValidStream(rDoc) &&
( pExport->getExportFlags() & EXPORT_OASIS ) )
{
// old stream is still in this file's storage - open read-only