summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-06-25 20:53:38 +0200
committerKatarina Behrens <bubli@bubli.org>2013-07-31 21:02:27 +0200
commita90c2e73ea4788ee58e9dab2b0f44467306d67dd (patch)
treed635ae59ed4f1bcf1902da593587bd66a2e15f08 /sd
parent7d2330b6d25617631cb536950151aee0b8b306a6 (diff)
sidebar: prevent segfault caused by double delete
VclBuilder cleans up after itself, no need to delete those widgets here Change-Id: I7ed504f8721587264bc24660359e4491a83f3ea1
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 40be7b1e96da..347f960f612a 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -246,23 +246,6 @@ CustomAnimationPane::~CustomAnimationPane()
for( aIter = aTags.begin(); aIter != aTags.end(); ++aIter )
(*aIter)->Dispose();
- delete mpPBAddEffect;
- delete mpPBChangeEffect;
- delete mpPBRemoveEffect;
- delete mpFTStart;
- delete mpLBStart;
- delete mpFTProperty;
- delete mpLBProperty;
- delete mpPBPropertyMore;
- delete mpFTSpeed;
- delete mpCBSpeed;
- delete mpCustomAnimationList;
- delete mpFTChangeOrder;
- delete mpPBMoveUp;
- delete mpPBMoveDown;
- delete mpPBPlay;
- delete mpPBSlideShow;
- delete mpCBAutoPreview;
}
void CustomAnimationPane::addUndo()