From eacc949ef43cc51d45d30052c3052f3118ebc54b Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 16:54:59 +0000
Subject: INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED 2005/11/16
22:47:08 pl 1.10.34.1: #i55991# removed warnings
---
xmloff/inc/numehelp.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'xmloff/inc/numehelp.hxx')
diff --git a/xmloff/inc/numehelp.hxx b/xmloff/inc/numehelp.hxx
index 711479b07fbd..94d01732e39c 100644
--- a/xmloff/inc/numehelp.hxx
+++ b/xmloff/inc/numehelp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: numehelp.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:06:32 $
+ * last change: $Author: hr $ $Date: 2006-06-19 17:54:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,7 +108,7 @@ public :
XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier,
SvXMLExport& rExport );
~XMLNumberFormatAttributesExportHelper();
- void SetExport(SvXMLExport* pExport) { this->pExport = pExport; }
+ void SetExport(SvXMLExport* pExp) { this->pExport = pExp; }
sal_Int16 GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStandard);
static void WriteAttributes(SvXMLExport& rXMLExport,
--
cgit