summaryrefslogtreecommitdiffstats
path: root/include/xmloff/numehelp.hxx
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:15:53 +0200
commitbe9034ec5c43a3dcbebaa75e9eb47a024d4c6072 (patch)
tree3dc65ce8b49e0237d30d2da80964d7163a241a1c /include/xmloff/numehelp.hxx
parentonly export these attributes into ODF1.2 extended (diff)
downloadcore-be9034ec5c43a3dcbebaa75e9eb47a024d4c6072.tar.gz
core-be9034ec5c43a3dcbebaa75e9eb47a024d4c6072.zip
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/xmloff/numehelp.hxx')
-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,