summaryrefslogtreecommitdiff
path: root/xmloff/inc/numehelp.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:40:43 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:40:43 +0000
commitad29748f1592a4c6a4178a0cc58c8810394271e3 (patch)
tree3a07785c00cabeea5137e6e74de66c6910953bb3 /xmloff/inc/numehelp.hxx
parent1bf8346162f5ceb0b459c2db0226635d29d048d8 (diff)
INTEGRATION: CWS calcuno01 (1.6.144); FILE MERGED
2005/01/27 16:34:59 sab 1.6.144.3: RESYNC: (1.7-1.8); FILE MERGED 2004/10/13 10:28:54 sab 1.6.144.2: RESYNC: (1.6-1.7); FILE MERGED 2004/02/12 17:38:49 sab 1.6.144.1: #i22706#; add members for propertynames
Diffstat (limited to 'xmloff/inc/numehelp.hxx')
-rw-r--r--xmloff/inc/numehelp.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/inc/numehelp.hxx b/xmloff/inc/numehelp.hxx
index a0adaa58d824..dd2e11f0c6e5 100644
--- a/xmloff/inc/numehelp.hxx
+++ b/xmloff/inc/numehelp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numehelp.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 14:17:34 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:40:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,7 +116,7 @@ class XMLOFF_DLLPUBLIC XMLNumberFormatAttributesExportHelper
{
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > xNumberFormats;
SvXMLExport* pExport;
- const rtl::OUString sEmpty;
+ const rtl::OUString sEmpty;
const rtl::OUString sStandardFormat;
const rtl::OUString sType;
const rtl::OUString sAttrValueType;
@@ -126,6 +126,8 @@ class XMLOFF_DLLPUBLIC XMLNumberFormatAttributesExportHelper
const rtl::OUString sAttrBooleanValue;
const rtl::OUString sAttrStringValue;
const rtl::OUString sAttrCurrency;
+ const rtl::OUString msCurrencySymbol;
+ const rtl::OUString msCurrencyAbbreviation;
XMLNumberFormatSet aNumberFormats;
public :
XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier);