diff options
author | Eike Rathke <erack@redhat.com> | 2016-09-13 19:33:11 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-09-13 20:03:54 +0200 |
commit | e12c9b41012e44275761b35795b83ec4bc838d42 (patch) | |
tree | ccbe795551117ab60bb6024404ffb782fbec46fb /include/xmloff/xmlnumfi.hxx | |
parent | 426723912fcb9bca39e0cada68e209f5f1be927c (diff) |
do not add calendar modifier to format code when importing as E or EE keyword
... with implicit calendar switch.
Change-Id: Ie4d848e261fe86bbe504954b2e0c7cf24bc181bc
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; |