summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-09 01:18:34 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-09 01:18:42 +0300
commit888f71cc8d455aeb1ccf13264ac245aaaed6fa69 (patch)
treec136d75f8d807d9619646f84f5e4a9584fbb2450 /svx
parent2b3e2258530b8214229f2c6a8dab385b508eb9bf (diff)
Seems an explicit destructor is needed
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdundo.cxx4
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()