diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-05-23 11:48:42 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-05-23 11:48:42 +0000 |
commit | bfb8b31f536c3545b7efb76f495218a846b68c85 (patch) | |
tree | 3bbd1707a623ae22165a5b32cd79ea484666a7f9 /xmloff/inc/numehelp.hxx | |
parent | 1791d4cf3d2afd5500136076dc278ebcf6370d87 (diff) |
#79771#; make SetExport to a methode
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 2a3b0c3a711d..9189f4e87377 100644 --- a/xmloff/inc/numehelp.hxx +++ b/xmloff/inc/numehelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: numehelp.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sab $ $Date: 2001-05-23 11:35:47 $ + * last change: $Author: sab $ $Date: 2001-05-23 12:48:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,7 @@ class XMLNumberFormatAttributesExportHelper public : XMLNumberFormatAttributesExportHelper(::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier >& xNumberFormatsSupplier); ~XMLNumberFormatAttributesExportHelper(); - SetExport(SvXMLExport* pExport) { this->pExport = pExport; } + void SetExport(SvXMLExport* pExport) { this->pExport = pExport; } sal_Int16 GetCellType(const sal_Int32 nNumberFormat, rtl::OUString& sCurrency, sal_Bool& bIsStandard); void SetNumberFormatAttributes(const sal_Int32 nNumberFormat, |