diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:54:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:54:59 +0000 |
commit | eacc949ef43cc51d45d30052c3052f3118ebc54b (patch) | |
tree | 809a4fc7f8fd9767e74d14f76881deb9f4931283 /xmloff/inc/numehelp.hxx | |
parent | e881e80b77718104e64da052fac630391a15f59f (diff) |
INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED
2005/11/16 22:47:08 pl 1.10.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/inc/numehelp.hxx')
-rw-r--r-- | xmloff/inc/numehelp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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, |