summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-08-12 20:51:24 +0200
committerKatarina Behrens <bubli@bubli.org>2013-08-13 11:00:30 +0200
commit094cda40d29985d1920ba6ddd1d1854cd5946053 (patch)
tree7dd409461a15bed6ceb1e41de4baa79fcca98353 /sd/source
parente37f50f700b3f41b4c31d091623136f74f4aabb8 (diff)
Removed unused widgets, were Hide=True in orig .src file
and never ever Show()-n Change-Id: I8cadc75dda6798ac617977d6b4ae0fc52fb3dc0b
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index 70b417afcff1..bcf2e7bcee28 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -1138,7 +1138,6 @@ private:
PropertyControl* mpLBProperty2;
CheckBox* mpCBSmoothStart;
CheckBox* mpCBSmoothEnd;
- CheckBox* mpCBAutoRestart;
FixedText* mpFTSound;
ListBox* mpLBSound;
@@ -1163,7 +1162,6 @@ CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, con
get(mpPlaceholderBox, "placeholder" );
get(mpCBSmoothStart, "smooth_start" );
get(mpCBSmoothEnd, "smooth_end" );
- get(mpCBAutoRestart, "auto_restart" );
get(mpFTSound, "sound_label");
get(mpLBSound, "sound_list" );
get(mpPBSoundPreview, "sound_preview" );