diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 23:15:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 04:32:34 -0600 |
commit | e23ea87cb395fe8dc3cdf5d6160962bc4b4dcd28 (patch) | |
tree | 16bbe9faa1ddf4b96c88007a5a0c00bbae9e6aad /xmloff/source/style/lspachdl.cxx | |
parent | a22ae26668b260edb7f724ffcff0abc935b6d64a (diff) |
Remove visual noise from xmloff
Change-Id: I205d4e555f5b88654a90007eb7ac05bc7b00a904
Reviewed-on: https://gerrit.libreoffice.org/8346
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'xmloff/source/style/lspachdl.cxx')
-rw-r--r-- | xmloff/source/style/lspachdl.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/style/lspachdl.cxx b/xmloff/source/style/lspachdl.cxx index b190d3802020..c1b64e5f0254 100644 --- a/xmloff/source/style/lspachdl.cxx +++ b/xmloff/source/style/lspachdl.cxx @@ -30,9 +30,9 @@ using namespace ::com::sun::star; using ::xmloff::token::IsXMLToken; using ::xmloff::token::XML_CASEMAP_NORMAL; -// + // class XMLEscapementPropHdl -// + XMLLineHeightHdl::~XMLLineHeightHdl() { @@ -93,9 +93,9 @@ bool XMLLineHeightHdl::exportXML( OUString& rStrExpValue, const uno::Any& rValue return !rStrExpValue.isEmpty(); } -// + // class XMLLineHeightAtLeastHdl -// + XMLLineHeightAtLeastHdl::~XMLLineHeightAtLeastHdl() { @@ -133,9 +133,9 @@ bool XMLLineHeightAtLeastHdl::exportXML( OUString& rStrExpValue, const uno::Any& return !rStrExpValue.isEmpty(); } -// + // class XMLLineSpacingHdl -// + XMLLineSpacingHdl::~XMLLineSpacingHdl() { |