From f656547d4d41091b5ccb729838e7355554a453cd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 3 Dec 2019 09:28:27 +0200 Subject: 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 --- xmloff/source/style/escphdl.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmloff/source/style/escphdl.cxx') diff --git a/xmloff/source/style/escphdl.cxx b/xmloff/source/style/escphdl.cxx index 76b4d95fd967..5be03b9000ac 100644 --- a/xmloff/source/style/escphdl.cxx +++ b/xmloff/source/style/escphdl.cxx @@ -30,7 +30,6 @@ using namespace ::com::sun::star; using namespace ::xmloff::token; -// class XMLEscapementPropHdl XMLEscapementPropHdl::~XMLEscapementPropHdl() @@ -95,7 +94,6 @@ bool XMLEscapementPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rV } -// class XMLEscapementHeightPropHdl XMLEscapementHeightPropHdl::~XMLEscapementHeightPropHdl() -- cgit