From e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 23:15:32 +0100 Subject: Remove visual noise from xmloff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904 Reviewed-on: https://gerrit.libreoffice.org/8346 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- xmloff/source/style/adjushdl.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xmloff/source/style/adjushdl.cxx') diff --git a/xmloff/source/style/adjushdl.cxx b/xmloff/source/style/adjushdl.cxx index f970b59e5998..3abb34e2b3b3 100644 --- a/xmloff/source/style/adjushdl.cxx +++ b/xmloff/source/style/adjushdl.cxx @@ -49,9 +49,9 @@ SvXMLEnumMapEntry const pXML_Para_Align_Last_Enum[] = { XML_TOKEN_INVALID, 0 } }; -// + // class XMLParaAdjustPropHdl -// + XMLParaAdjustPropHdl::~XMLParaAdjustPropHdl() { @@ -84,9 +84,9 @@ bool XMLParaAdjustPropHdl::exportXML( OUString& rStrExpValue, const uno::Any& rV return bRet; } -// + // class XMLLastLineAdjustPropHdl -// + XMLLastLineAdjustPropHdl::~XMLLastLineAdjustPropHdl() { -- cgit