summaryrefslogtreecommitdiff
path: root/include/svl/zformat.hxx
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2016-08-19 20:18:52 +0200
committerEike Rathke <erack@redhat.com>2016-08-23 12:40:53 +0000
commit7a70cd77e44797d07a348993277b44a062868e9f (patch)
tree97d60fcb8c5e1df4315d006a7f60289fbb1af2d0 /include/svl/zformat.hxx
parent5214eba02c011b5d15cc2ba33f4c6bd811e6cef1 (diff)
tdf#79398 Add LCID with DBNum during export to XL
Change-Id: I64a01ef5eb7ada9bc5edbeb873e09fd348d8f6d4 Reviewed-on: https://gerrit.libreoffice.org/28256 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r--include/svl/zformat.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index ea98b08a0fa5..b5da86a8e0a8 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -184,7 +184,8 @@ public:
// Build a format string of application defined keywords
OUString GetMappedFormatstring( const NfKeywordTable& rKeywords,
- const LocaleDataWrapper& rLoc ) const;
+ const LocaleDataWrapper& rLoc,
+ LanguageType nOriginalLang = LANGUAGE_DONTKNOW ) const;
void SetStarFormatSupport( bool b ) { bStarFlag = b; }