summaryrefslogtreecommitdiff
path: root/svl/source/undo/undo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/undo/undo.cxx')
-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;