summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar/calendarImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/calendar/calendarImpl.cxx')
-rw-r--r--i18npool/source/calendar/calendarImpl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/calendar/calendarImpl.cxx b/i18npool/source/calendar/calendarImpl.cxx
index d6820155b38c..dbb95fd7489f 100644
--- a/i18npool/source/calendar/calendarImpl.cxx
+++ b/i18npool/source/calendar/calendarImpl.cxx
@@ -23,9 +23,10 @@
#include <cppuhelper/supportsservice.hxx>
using namespace ::com::sun::star::uno;
+using namespace ::com::sun::star::i18n;
using namespace ::com::sun::star::lang;
-namespace com { namespace sun { namespace star { namespace i18n {
+namespace i18npool {
#define ERROR RuntimeException()
@@ -348,6 +349,6 @@ CalendarImpl::getSupportedServiceNames()
return aRet;
}
-}}}}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */