summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-26 10:54:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-26 10:06:49 +0000
commit788368633a19bb605fd36ae413d1d70bfc0de875 (patch)
tree8ad65d33e14f0372cbaee42d8c4fe0d02fd58a00 /sw/source/filter/xml/XMLRedlineImportHelper.cxx
parentfc68a2677006467455eb064c1ddc3666a660af7c (diff)
loplugin: unnecessary destructor sw
Change-Id: I27dcd289177bd6a63f07d75fb3cfd5c14fa2ee9d Reviewed-on: https://gerrit.libreoffice.org/33572 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.cxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
index 9a47127c0ce5..9459928901e2 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.cxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
@@ -83,7 +83,6 @@ class XTextRangeOrNodeIndexPosition
public:
XTextRangeOrNodeIndexPosition();
- ~XTextRangeOrNodeIndexPosition();
void Set( Reference<XTextRange> & rRange );
void Set( SwNodeIndex& rIndex );
@@ -101,10 +100,6 @@ XTextRangeOrNodeIndexPosition::XTextRangeOrNodeIndexPosition() :
{
}
-XTextRangeOrNodeIndexPosition::~XTextRangeOrNodeIndexPosition()
-{
-}
-
void XTextRangeOrNodeIndexPosition::Set( Reference<XTextRange> & rRange )
{
xRange = rRange->getStart(); // set bookmark