summaryrefslogtreecommitdiff
path: root/unoxml/test/domtest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/test/domtest.cxx')
-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);
}