summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-24 21:02:16 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-24 21:06:00 +0100
commitd5da6480561b3df99cb1df480b88fcd055bd10aa (patch)
treef2617a1a3656eb22106832e1f194ffe235ed812e /xmloff/inc
parent4c8738671313c12e672c59379d109d5fee9138f9 (diff)
remove RTL_CONSTASCII_(U)STRINGPARAM in xmloff
Change-Id: I86163e68d0993dcaf6888060ace17f5dba812f1a
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index 7ec93bd70206..cf68b628c3ed 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -320,10 +320,8 @@ public:
@returns the actual prefix that the namespace is associated with
*/
- ::rtl::OUString
- EnsureNamespace(::rtl::OUString const & i_rNamespace,
- ::rtl::OUString const & i_rPreferredPrefix
- = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("gen")) );
+ OUString EnsureNamespace(OUString const & i_rNamespace,
+ OUString const & i_rPreferredPrefix = OUString("gen") );
// Check if common attribute list is empty.
#ifndef DBG_UTIL