summaryrefslogtreecommitdiff
path: root/i18npool/inc/calendar_hijri.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/inc/calendar_hijri.hxx')
-rw-r--r--i18npool/inc/calendar_hijri.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/inc/calendar_hijri.hxx b/i18npool/inc/calendar_hijri.hxx
index a478bd01677e..80290a58a089 100644
--- a/i18npool/inc/calendar_hijri.hxx
+++ b/i18npool/inc/calendar_hijri.hxx
@@ -36,8 +36,8 @@ public:
Calendar_hijri();
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;
// radians per degree (pi/180)
static const double RadPerDeg;