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/style/chrhghdl.cxx | |
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/style/chrhghdl.cxx')
-rw-r--r-- | xmloff/source/style/chrhghdl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/style/chrhghdl.cxx b/xmloff/source/style/chrhghdl.cxx index bb44b32f8817..c6f04f34008f 100644 --- a/xmloff/source/style/chrhghdl.cxx +++ b/xmloff/source/style/chrhghdl.cxx @@ -30,7 +30,6 @@ using namespace ::com::sun::star; -// class XMLEscapementPropHdl XMLCharHeightHdl::~XMLCharHeightHdl() @@ -76,7 +75,6 @@ bool XMLCharHeightHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue } -// class XMLEscapementHeightPropHdl XMLCharHeightPropHdl::~XMLCharHeightPropHdl() @@ -114,7 +112,6 @@ bool XMLCharHeightPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rV } -// class XMLEscapementPropHdl XMLCharHeightDiffHdl::~XMLCharHeightDiffHdl() |