diff options
Diffstat (limited to 'editeng/source/misc')
| -rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectExport.hxx | 4 | ||||
| -rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectImport.cxx | 12 | ||||
| -rw-r--r-- | editeng/source/misc/SvXMLAutoCorrectImport.hxx | 12 |
3 files changed, 14 insertions, 14 deletions
diff --git a/editeng/source/misc/SvXMLAutoCorrectExport.hxx b/editeng/source/misc/SvXMLAutoCorrectExport.hxx index 62ce537b1e6d..c1dadc45a4f0 100644 --- a/editeng/source/misc/SvXMLAutoCorrectExport.hxx +++ b/editeng/source/misc/SvXMLAutoCorrectExport.hxx @@ -36,7 +36,7 @@ public: const OUString &rFileName, com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler); - virtual ~SvXMLAutoCorrectExport ( void ) {} + virtual ~SvXMLAutoCorrectExport() {} sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) SAL_OVERRIDE; void _ExportAutoStyles() SAL_OVERRIDE {} void _ExportMasterStyles () SAL_OVERRIDE {} @@ -56,7 +56,7 @@ public: const OUString &rFileName, com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler); - virtual ~SvXMLExceptionListExport ( void ) {} + virtual ~SvXMLExceptionListExport() {} sal_uInt32 exportDoc(enum ::xmloff::token::XMLTokenEnum eClass) SAL_OVERRIDE; void _ExportAutoStyles() SAL_OVERRIDE {} void _ExportMasterStyles () SAL_OVERRIDE {} diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.cxx b/editeng/source/misc/SvXMLAutoCorrectImport.cxx index e68362e472de..c389d5e5f169 100644 --- a/editeng/source/misc/SvXMLAutoCorrectImport.cxx +++ b/editeng/source/misc/SvXMLAutoCorrectImport.cxx @@ -35,7 +35,7 @@ SvXMLAutoCorrectImport::SvXMLAutoCorrectImport( { } -SvXMLAutoCorrectImport::~SvXMLAutoCorrectImport ( void ) throw () +SvXMLAutoCorrectImport::~SvXMLAutoCorrectImport() throw () { } @@ -69,7 +69,7 @@ throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) return new SvXMLImportContext( rLocalRef ); } -SvXMLWordListContext::~SvXMLWordListContext ( void ) +SvXMLWordListContext::~SvXMLWordListContext() { } @@ -105,7 +105,7 @@ SvXMLWordContext::SvXMLWordContext( rLocalRef.pAutocorr_List->LoadEntry( sWrong, sRight, bOnlyTxt ); } -SvXMLWordContext::~SvXMLWordContext ( void ) +SvXMLWordContext::~SvXMLWordContext() { } @@ -117,7 +117,7 @@ SvXMLExceptionListImport::SvXMLExceptionListImport( { } -SvXMLExceptionListImport::~SvXMLExceptionListImport ( void ) throw () +SvXMLExceptionListImport::~SvXMLExceptionListImport() throw () { } @@ -150,7 +150,7 @@ com::sun::star::uno::Reference<xml::sax::XFastContextHandler> SAL_CALL SvXMLExce return new SvXMLImportContext( rLocalRef ); } -SvXMLExceptionListContext::~SvXMLExceptionListContext ( void ) +SvXMLExceptionListContext::~SvXMLExceptionListContext() { } @@ -172,7 +172,7 @@ SvXMLExceptionContext::SvXMLExceptionContext( rLocalRef.rList.insert( sWord ); } -SvXMLExceptionContext::~SvXMLExceptionContext ( void ) +SvXMLExceptionContext::~SvXMLExceptionContext() { } diff --git a/editeng/source/misc/SvXMLAutoCorrectImport.hxx b/editeng/source/misc/SvXMLAutoCorrectImport.hxx index 96df12d64119..533a84b1700b 100644 --- a/editeng/source/misc/SvXMLAutoCorrectImport.hxx +++ b/editeng/source/misc/SvXMLAutoCorrectImport.hxx @@ -44,7 +44,7 @@ public: SvxAutoCorrect &rNewAutoCorrect, const ::css::uno::Reference < com::sun::star::embed::XStorage >& rNewStorage); - virtual ~SvXMLAutoCorrectImport ( void ) throw (); + virtual ~SvXMLAutoCorrectImport() throw (); }; class SvXMLWordListContext : public SvXMLImportContext @@ -59,7 +59,7 @@ public: const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ) throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE; - virtual ~SvXMLWordListContext ( void ); + virtual ~SvXMLWordListContext(); }; class SvXMLWordContext : public SvXMLImportContext @@ -70,7 +70,7 @@ public: SvXMLWordContext ( SvXMLAutoCorrectImport& rImport, sal_Int32 Element, const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); - virtual ~SvXMLWordContext ( void ); + virtual ~SvXMLWordContext(); }; @@ -89,7 +89,7 @@ public: const ::css::uno::Reference< ::css::uno::XComponentContext > xContext, SvStringsISortDtor & rNewList ); - virtual ~SvXMLExceptionListImport ( void ) throw (); + virtual ~SvXMLExceptionListImport() throw (); }; class SvXMLExceptionListContext : public SvXMLImportContext @@ -104,7 +104,7 @@ public: const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ) throw (css::uno::RuntimeException, css::xml::sax::SAXException, std::exception) SAL_OVERRIDE; - virtual ~SvXMLExceptionListContext ( void ); + virtual ~SvXMLExceptionListContext(); }; class SvXMLExceptionContext : public SvXMLImportContext @@ -115,7 +115,7 @@ public: SvXMLExceptionContext ( SvXMLExceptionListImport& rImport, sal_Int32 Element, const ::css::uno::Reference< ::css::xml::sax::XFastAttributeList > & xAttrList ); - virtual ~SvXMLExceptionContext ( void ); + virtual ~SvXMLExceptionContext(); }; |
