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.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/calendar/calendar_jewish.cxx b/i18npool/source/calendar/calendar_jewish.cxx
index 79f50ab9ff9c..24011d10a779 100644
--- a/i18npool/source/calendar/calendar_jewish.cxx
+++ b/i18npool/source/calendar/calendar_jewish.cxx
@@ -36,11 +36,12 @@
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::i18n;
-using namespace ::rtl;
+using ::rtl::OUString;
#define ERROR RuntimeException()
+namespace com { namespace sun { namespace star { namespace i18n {
+
// not used
//static UErrorCode status; // status is shared in all calls to Calendar, it has to be reset for each call.
@@ -306,4 +307,6 @@ Calendar_jewish::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNa
return Calendar_gregorian::getDisplayString(nCalendarDisplayCode, nNativeNumberMode );
}
+}}}}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */