diff options
Diffstat (limited to 'svx/source/svdraw/svdundo.cxx')
-rw-r--r-- | svx/source/svdraw/svdundo.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx index caf3ba46e1bd..5ec3adaebef9 100644 --- a/svx/source/svdraw/svdundo.cxx +++ b/svx/source/svdraw/svdundo.cxx @@ -836,6 +836,10 @@ void SdrUndoRemoveObj::Redo() ImpShowPageOfThisObject(); } +SdrUndoRemoveObj::~SdrUndoRemoveObj() +{ +} + //////////////////////////////////////////////////////////////////////////////////////////////////// void SdrUndoInsertObj::Undo() |