summaryrefslogtreecommitdiff
path: root/sd/source/filter/xml
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-09-08 17:53:08 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-09-14 20:03:04 +0400
commitcc750edbd7b80e570e307522392dbb2a8c0065cc (patch)
tree5f52bc53b90be1a655c812cd3d6dec275ef7a291 /sd/source/filter/xml
parentce0ce2413d206908d60fa38c905f9da06f50be59 (diff)
String->OUString
Change-Id: Id1f2035979ab567020aa51e0368d3e77c4db007e
Diffstat (limited to 'sd/source/filter/xml')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index ba216c81bef6..5a3fc8de0659 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -196,7 +196,7 @@ SdXMLFilter::~SdXMLFilter(void)
sal_Int32 ReadThroughComponent(
Reference<io::XInputStream> xInputStream,
Reference<XComponent> xModelComponent,
- const String& rStreamName,
+ const OUString& rStreamName,
Reference<uno::XComponentContext> & rxContext,
const sal_Char* pFilterName,
Sequence<Any> rFilterArguments,
@@ -273,7 +273,7 @@ sal_Int32 ReadThroughComponent(
sErr += ",";
sErr += OUString::number( r.ColumnNumber );
- if( rStreamName.Len() )
+ if (!rStreamName.isEmpty())
{
return *new TwoStringErrorInfo(
(bMustBeSuccessfull ? ERR_FORMAT_FILE_ROWCOL