diff options
Diffstat (limited to 'include/xmloff/xmlnumfi.hxx')
-rw-r--r-- | include/xmloff/xmlnumfi.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx index a3eb59089651..10283e64c117 100644 --- a/include/xmloff/xmlnumfi.hxx +++ b/include/xmloff/xmlnumfi.hxx @@ -186,7 +186,7 @@ public: void SetHasLongDoW(bool bSet) { bHasLongDoW = bSet; } bool HasEra() const { return bHasEra; } - void UpdateCalendar( const OUString& rNewCalendar ); + void UpdateCalendar( const OUString& rNewCalendar, bool bImplicitSecondaryCalendarEC = false ); const LocaleDataWrapper& GetLocaleData() const; |