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 fa350dc8a37e..18a8ed20d4a3 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) SAL_OVERRIDE;
+ virtual OUString SAL_CALL getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) throw (com::sun::star::uno::RuntimeException, std::exception) override;
protected:
- void mapToGregorian() throw(com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
- void mapFromGregorian() throw(com::sun::star::uno::RuntimeException) SAL_OVERRIDE;
+ void mapToGregorian() throw(com::sun::star::uno::RuntimeException) override;
+ void mapFromGregorian() throw(com::sun::star::uno::RuntimeException) override;
};
} } } }