summaryrefslogtreecommitdiff
path: root/i18npool/source/calendar/calendar_hijri.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/calendar/calendar_hijri.cxx')
-rw-r--r--i18npool/source/calendar/calendar_hijri.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/i18npool/source/calendar/calendar_hijri.cxx b/i18npool/source/calendar/calendar_hijri.cxx
index 5d14946b3688..4921c90f2223 100644
--- a/i18npool/source/calendar/calendar_hijri.cxx
+++ b/i18npool/source/calendar/calendar_hijri.cxx
@@ -36,13 +36,13 @@
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-using namespace ::com::sun::star::i18n;
-using namespace ::rtl;
#define ERROR RuntimeException()
#define GREGORIAN_CROSSOVER 2299161
+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.
@@ -341,4 +341,6 @@ Calendar_hijri::getJulianDay(sal_Int32 day, sal_Int32 month, sal_Int32 year)
return (double) intgr;
}
+}}}}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */