diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:38:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:37 +0100 |
commit | 3607b14acd6541d31e7a882e83b743423d8a22b7 (patch) | |
tree | 15fe9677d7de6899f84b471d77d5a28f42f9a752 /unoxml/source/rdf/CURI.cxx | |
parent | 994cc6c8689f7186193ce504c92fc2bc2fdcb560 (diff) |
unoxml: Use appropriate OUString functions on string constants
Change-Id: I6be6717b1714e2f7115ec8e27c5026a439bf1b05
Diffstat (limited to 'unoxml/source/rdf/CURI.cxx')
-rw-r--r-- | unoxml/source/rdf/CURI.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx index 458b8230c922..e73b95e8e7ec 100644 --- a/unoxml/source/rdf/CURI.cxx +++ b/unoxml/source/rdf/CURI.cxx @@ -746,7 +746,7 @@ void SAL_CALL CURI::initialize(const css::uno::Sequence< css::uno::Any > & aArgu } // just append the parameters and then split them again; seems simplest arg0 = arg0 + arg1; - arg1 = ""; + arg1.clear(); } // split parameter |