summaryrefslogtreecommitdiff
path: root/svl/source/undo
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 10:21:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-25 11:29:08 +0000
commit58868eb9edb819db1684ae04988a77897c62ab59 (patch)
tree1d67261720b36a5ba45e477e151805a7aa692e20 /svl/source/undo
parent0e726874b4bd111f84483f4a4f6592c8ecec6112 (diff)
loplugin: unnecessary destructor svl..svtools
Change-Id: Ie96dda7194c83ba88693f8c91899c732d704a4bd Reviewed-on: https://gerrit.libreoffice.org/33515 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/undo')
-rw-r--r--svl/source/undo/undo.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/source/undo/undo.cxx b/svl/source/undo/undo.cxx
index 116e3dff647f..4636021b5b75 100644
--- a/svl/source/undo/undo.cxx
+++ b/svl/source/undo/undo.cxx
@@ -249,10 +249,6 @@ struct SfxUndoManager_Data
pActUndoArray = pUndoArray.get();
}
- ~SfxUndoManager_Data()
- {
- }
-
// Copy assignment is forbidden and not implemented.
SfxUndoManager_Data (const SfxUndoManager_Data &) = delete;
SfxUndoManager_Data & operator= (const SfxUndoManager_Data &) = delete;