summaryrefslogtreecommitdiff
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
parente37f50f700b3f41b4c31d091623136f74f4aabb8 (diff)
Removed unused widgets, were Hide=True in orig .src file
and never ever Show()-n Change-Id: I8cadc75dda6798ac617977d6b4ae0fc52fb3dc0b
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx2
-rw-r--r--sd/uiconfig/simpress/ui/customanimationeffecttab.ui17
2 files changed, 0 insertions, 19 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" );
diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
index f48a7347bb39..be07ceb161f9 100644
--- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
+++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui
@@ -103,23 +103,6 @@
<property name="position">1</property>
</packing>
</child>
- <child>
- <object class="GtkCheckButton" id="auto_restart">
- <property name="label" translatable="yes">Reverse automatically</property>
- <property name="use_action_appearance">False</property>
- <property name="visible">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
</object>
<packing>
<property name="expand">False</property>