From ad29748f1592a4c6a4178a0cc58c8810394271e3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 11:40:43 +0000 Subject: 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 --- xmloff/inc/numehelp.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmloff/inc/numehelp.hxx') 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); -- cgit