summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 16:18:19 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 16:48:34 -0500
commit1e34e009ff7bb12d9f7c5713bfed013c0abe3ac3 (patch)
treef8b7a2cc18826a9e89f8a6ba3e95bb2e9fc6a45e /unoxml
parentacb7bd175abe6c7f793cc673feaab46c90b9a260 (diff)
targeted string re-work
Change-Id: Iaccecb3f54faa157181c45050e395b828784bc00
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/test/domtest.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/unoxml/test/domtest.cxx b/unoxml/test/domtest.cxx
index 789c9841ff38..a3fae60773b2 100644
--- a/unoxml/test/domtest.cxx
+++ b/unoxml/test/domtest.cxx
@@ -339,14 +339,10 @@ struct SerializerTest : public CppUnit::TestFixture
maRegisteredNamespaces.realloc(2);
maRegisteredNamespaces[0] = beans::make_Pair(
- rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "urn:oasis:names:tc:opendocument:xmlns:office:1.0") ),
+ rtl::OUString( "urn:oasis:names:tc:opendocument:xmlns:office:1.0" ),
xml::sax::FastToken::NAMESPACE);
maRegisteredNamespaces[1] = beans::make_Pair(
- rtl::OUString(
- RTL_CONSTASCII_USTRINGPARAM(
- "http://www.w3.org/1999/xlink") ),
+ rtl::OUString( "http://www.w3.org/1999/xlink" ),
2*xml::sax::FastToken::NAMESPACE);
}