summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/sdrselection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/sdrselection.cxx')
-rw-r--r--svx/source/svdraw/sdrselection.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/svdraw/sdrselection.cxx b/svx/source/svdraw/sdrselection.cxx
index 66c20af8d340..cce02a4eb090 100644
--- a/svx/source/svdraw/sdrselection.cxx
+++ b/svx/source/svdraw/sdrselection.cxx
@@ -282,6 +282,11 @@ namespace sdr
{
}
+ Selection::~Selection()
+ {
+ Stop();
+ }
+
void Selection::Notify(SfxBroadcaster& /*rBC*/, const SfxHint& rHint)
{
const SdrBaseHint* pSdrHint = dynamic_cast< const SdrBaseHint* >(&rHint);