summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/CURI.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/rdf/CURI.cxx b/unoxml/source/rdf/CURI.cxx
index 488aa3e90798..0de8bb97e9db 100644
--- a/unoxml/source/rdf/CURI.cxx
+++ b/unoxml/source/rdf/CURI.cxx
@@ -707,8 +707,8 @@ void CURI::initFromConstant(const sal_Int16 i_Constant)
throw css::lang::IllegalArgumentException(
"CURI::initialize: invalid URIs constant argument", *this, 0);
}
- m_Namespace = OUString::createFromAscii(ns).intern();
- m_LocalName = OUString::createFromAscii(ln).intern();
+ m_Namespace = OUString::createFromAscii(ns);
+ m_LocalName = OUString::createFromAscii(ln);
}
// css::lang::XInitialization: