summaryrefslogtreecommitdiff
path: root/i18npool/inc/calendar_jewish.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/calendar_jewish.hxx')
-rw-r--r--i18npool/inc/calendar_jewish.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/calendar_jewish.hxx b/i18npool/inc/calendar_jewish.hxx
index de57eaba0cb0..c03efba8b342 100644
--- a/i18npool/inc/calendar_jewish.hxx
+++ b/i18npool/inc/calendar_jewish.hxx
@@ -34,11 +34,11 @@ public:
Calendar_jewish();
// Methods in XExtendedCalendar
- virtual OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com::sun::star::uno::RuntimeException, std::exception);
+ virtual OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
protected:
- void mapToGregorian() throw(com::sun::star::uno::RuntimeException);
- void mapFromGregorian() throw(com::sun::star::uno::RuntimeException);
+ void mapToGregorian() throw(com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ void mapFromGregorian() throw(com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
};
} } } }