summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-23 16:09:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-05-23 16:59:13 +0200
commitd2ec94f0576af3f0675b171c74528cae735adef4 (patch)
treee1f1ab6a533dc20384663f6a098735273caf355d /include
parent4f1546ca3cb47d4987a4c2d841a30a5ad376660f (diff)
prevent invalid files if file contains currency formats
A regression from writing error cell information into the file. Change-Id: Idb55646094fcd76912bdcd2102370681bcc8703d
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/numehelp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xmloff/numehelp.hxx b/include/xmloff/numehelp.hxx
index 7aa3922ebc72..22bf1819a347 100644
--- a/include/xmloff/numehelp.hxx
+++ b/include/xmloff/numehelp.hxx
@@ -104,7 +104,8 @@ public :
sal_Bool bExportValue = sal_True, sal_uInt16 nNamespace = XML_NAMESPACE_OFFICE);
void SetNumberFormatAttributes(const sal_Int32 nNumberFormat,
const double& rValue,
- sal_Bool bExportValue = sal_True, sal_uInt16 nNamespace = XML_NAMESPACE_OFFICE);
+ sal_Bool bExportValue = sal_True,
+ sal_uInt16 nNamespace = XML_NAMESPACE_OFFICE, bool bExportCurrencySymbol = true);
void SetNumberFormatAttributes(const OUString& rValue,
const OUString& rCharacters,
sal_Bool bExportValue = sal_True,