INTEGRATION: CWS warnings01 (1.10.34); FILE MERGED
2005/11/16 22:47:08 pl 1.10.34.1: #i55991# removed warnings
This commit is contained in:
parent
e881e80b77
commit
eacc949ef4
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue