summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar
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/calendar
parent464ff17e71733fd8ed091b0cca44f49e3717fc9d (diff)
i18npool: Use appropriate OUString functions on string constants
Change-Id: I6f2fabd9248b1b385439ff5c074342029fb660e0
Diffstat (limited to 'i18npool/source/calendar')
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index e6bf29fb3f28..4780ce6ad598 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -70,7 +70,7 @@ CalendarImpl::loadCalendar(const OUString& uniqueID, const Locale& rLocale ) thr
if (i >= sal::static_int_cast<sal_Int32>(lookupTable.size())) {
Reference < XInterface > xI = m_xContext->getServiceManager()->createInstanceWithContext(
- OUString("com.sun.star.i18n.Calendar_") + uniqueID, m_xContext);
+ "com.sun.star.i18n.Calendar_" + uniqueID, m_xContext);
if ( ! xI.is() ) {
// check if the calendar is defined in localedata, load gregorian calendar service.