summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-11-11 14:04:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-11 14:04:25 +0000
commitc64cb59aa0fac9517b3b3e58343e1e3f747c0b2d (patch)
tree021f3beb7df1717263dca3bee47eb93c03649bdf /sc/source/filter/excel/xecontent.cxx
parent381c8d7694eebe9b8cf48d48222449918cc1b49c (diff)
Use RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 139f9c4e4af7..6d2ea63416c7 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -263,8 +263,8 @@ void XclExpSstImpl::SaveXml( XclExpXmlStream& rStrm )
return;
sax_fastparser::FSHelperPtr pSst = rStrm.CreateOutputStream(
- OUString::createFromAscii( "xl/sharedStrings.xml" ),
- OUString::createFromAscii( "sharedStrings.xml" ),
+ OUString(RTL_CONSTASCII_USTRINGPARAM( "xl/sharedStrings.xml") ),
+ OUString(RTL_CONSTASCII_USTRINGPARAM( "sharedStrings.xml" )),
rStrm.GetCurrentStream()->getOutputStream(),
"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml",
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings" );