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 b9bb93b1497a..71f96767c089 100644
--- a/i18npool/inc/calendar_hijri.hxx
+++ b/i18npool/inc/calendar_hijri.hxx
@@ -35,8 +35,8 @@ public:
Calendar_hijri();
protected:
- void mapToGregorian() throw(css::uno::RuntimeException) override;
- void mapFromGregorian() throw(css::uno::RuntimeException) override;
+ void mapToGregorian() override;
+ void mapFromGregorian() override;
// radians per degree (pi/180)
static const double RadPerDeg;