summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar/calendar_jewish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/calendar/calendar_jewish.cxx')
-rw-r--r--i18npool/source/calendar/calendar_jewish.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/source/calendar/calendar_jewish.cxx b/i18npool/source/calendar/calendar_jewish.cxx
index f9130450895e..4e05bbba9868 100644
--- a/i18npool/source/calendar/calendar_jewish.cxx
+++ b/i18npool/source/calendar/calendar_jewish.cxx
@@ -24,9 +24,10 @@
#include "calendar_jewish.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 {
// not used
//static UErrorCode status; // status is shared in all calls to Calendar, it has to be reset for each call.
@@ -292,6 +293,6 @@ Calendar_jewish::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNa
return Calendar_gregorian::getDisplayString(nCalendarDisplayCode, nNativeNumberMode );
}
-}}}}
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */