summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlDataSource.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:22:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:24 +0100
commit17fe6b54cdc6a71e324bf83421f22eb2954089a1 (patch)
tree14caa9552943ba2e3a9e3af266b582ec6b3c3246 /dbaccess/source/filter/xml/xmlDataSource.cxx
parent43e4b96e8ecab707803fa5083a53437d6f799444 (diff)
dbaccess: Use appropriate OUString functions on string constants
Change-Id: I1d63c9123ad985cb3424b0ac0ad30c12e39f8170
Diffstat (limited to 'dbaccess/source/filter/xml/xmlDataSource.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlDataSource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/filter/xml/xmlDataSource.cxx b/dbaccess/source/filter/xml/xmlDataSource.cxx
index 8fd6654b46e3..c84b0288172a 100644
--- a/dbaccess/source/filter/xml/xmlDataSource.cxx
+++ b/dbaccess/source/filter/xml/xmlDataSource.cxx
@@ -65,7 +65,7 @@ OXMLDataSource::OXMLDataSource( ODBFilter& rImport,
sal_uInt16 nPrefix = rMap.GetKeyByAttrName( sAttrName,&sLocalName );
OUString sValue = _xAttrList->getValueByIndex( i );
- aProperty.Name = "";
+ aProperty.Name.clear();
aProperty.Value = Any();
switch( rTokenMap.Get( nPrefix, sLocalName ) )