summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:26:30 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:28 +0100
commit585807a77e54504a2ce3c13d344aff61014c0290 (patch)
tree0d54d8a980d507bdebb782a02fe875555301b98d /i18npool/source/indexentry
parent464ff17e71733fd8ed091b0cca44f49e3717fc9d (diff)
i18npool: Use appropriate OUString functions on string constants
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
Diffstat (limited to 'i18npool/source/indexentry')
-rw-r--r--i18npool/source/indexentry/indexentrysupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier.cxx b/i18npool/source/indexentry/indexentrysupplier.cxx
index 73ee94159d31..fc109658fb40 100644
--- a/i18npool/source/indexentry/indexentrysupplier.cxx
+++ b/i18npool/source/indexentry/indexentrysupplier.cxx
@@ -100,7 +100,7 @@ throw (RuntimeException, std::exception)
bool SAL_CALL IndexEntrySupplier::createLocaleSpecificIndexEntrySupplier(const OUString& name) throw( RuntimeException )
{
Reference < XInterface > xI = m_xContext->getServiceManager()->createInstanceWithContext(
- OUString("com.sun.star.i18n.IndexEntrySupplier_") + name, m_xContext);
+ "com.sun.star.i18n.IndexEntrySupplier_" + name, m_xContext);
if ( xI.is() ) {
xIES.set( xI, UNO_QUERY );