diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 09:28:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-03 12:46:27 +0100 |
commit | f656547d4d41091b5ccb729838e7355554a453cd (patch) | |
tree | baab3db9b9287d11133c5f4495b3ed4b812f0c17 /xmloff/source/table | |
parent | f51fddc2e7cfa2a2118610a3fc4b02886544d0a9 (diff) |
remove some useless comment lines
which merely announce that the next declaration is a class
Change-Id: Ifdb1398bcd99816b13e0b3769b46d0562bfbc1dc
Reviewed-on: https://gerrit.libreoffice.org/84229
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/table')
-rw-r--r-- | xmloff/source/table/XMLTableExport.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/table/XMLTableImport.cxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx index 1154ef82fe98..2b9480a96842 100644 --- a/xmloff/source/table/XMLTableExport.cxx +++ b/xmloff/source/table/XMLTableExport.cxx @@ -142,7 +142,6 @@ sal_Int32 StringStatisticHelper::getModeString( OUString& rStyleName ) return nMax; } -// class XMLTableExport XMLTableExport::XMLTableExport(SvXMLExport& rExp, const rtl::Reference< SvXMLExportPropertyMapper >& xExportPropertyMapper, const rtl::Reference< XMLPropertyHandlerFactory >& xFactoryRef ) : mrExport( rExp ) diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx index 1dd094c16c8a..0da1812c7d58 100644 --- a/xmloff/source/table/XMLTableImport.cxx +++ b/xmloff/source/table/XMLTableImport.cxx @@ -170,7 +170,6 @@ private: } -// class XMLProxyContext XMLProxyContext::XMLProxyContext( SvXMLImport& rImport, const SvXMLImportContextRef& xParent, sal_uInt16 nPrfx, const OUString& rLName ) : SvXMLImportContext( rImport, nPrfx, rLName ) @@ -186,7 +185,6 @@ SvXMLImportContextRef XMLProxyContext::CreateChildContext( sal_uInt16 nPrefix, c return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); } -// class XMLTableImport XMLTableImport::XMLTableImport( SvXMLImport& rImport, const rtl::Reference< XMLPropertySetMapper >& xCellPropertySetMapper, const rtl::Reference< XMLPropertyHandlerFactory >& xFactoryRef ) : mrImport( rImport ) @@ -357,7 +355,6 @@ void XMLTableImport::finishStyles() } } -// class XMLTableImport XMLTableImportContext::XMLTableImportContext( const rtl::Reference< XMLTableImport >& xImporter, sal_uInt16 nPrfx, const OUString& rLName, Reference< XColumnRowRange > const & xColumnRowRange ) : SvXMLImportContext( xImporter->mrImport, nPrfx, rLName ) @@ -744,7 +741,6 @@ void XMLCellImportContext::EndElement() } } -// class XMLTableTemplateContext XMLTableTemplateContext::XMLTableTemplateContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< XAttributeList >& xAttrList ) : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_TABLE_TEMPLATE_ID, false ) |