diff options
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 8 | ||||
-rw-r--r-- | sd/source/ui/dlg/BulletAndPositionDlg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/custsdlg.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/BulletAndPositionDlg.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/custsdlg.hxx | 4 |
5 files changed, 0 insertions, 18 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 83a57efb0ad4..625a3049695e 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -902,7 +902,6 @@ private: std::unique_ptr<weld::Label> mxFTSound; std::unique_ptr<weld::ComboBox> mxLBSound; std::unique_ptr<weld::Button> mxPBSoundPreview; - std::unique_ptr<weld::Label> mxFTAfterEffect; std::unique_ptr<weld::ComboBox> mxLBAfterEffect; std::unique_ptr<weld::Label> mxFTDimColor; std::unique_ptr<ColorListBox> mxCLBDimColor; @@ -927,7 +926,6 @@ CustomAnimationEffectTabPage::CustomAnimationEffectTabPage(weld::Container* pPar , mxFTSound(mxBuilder->weld_label("sound_label")) , mxLBSound(mxBuilder->weld_combo_box("sound_list")) , mxPBSoundPreview(mxBuilder->weld_button("sound_preview")) - , mxFTAfterEffect(mxBuilder->weld_label("aeffect_label")) , mxLBAfterEffect(mxBuilder->weld_combo_box("aeffect_list")) , mxFTDimColor(mxBuilder->weld_label("dim_color_label")) , mxCLBDimColor(new ColorListBox(mxBuilder->weld_menu_button("dim_color_list"), [pDialog]{ return pDialog; })) @@ -1433,9 +1431,7 @@ private: std::unique_ptr<weld::Builder> mxBuilder; std::unique_ptr<weld::Container> mxContainer; - std::unique_ptr<weld::Label> mxFTStart; std::unique_ptr<weld::ComboBox> mxLBStart; - std::unique_ptr<weld::Label> mxFTStartDelay; std::unique_ptr<weld::MetricSpinButton> mxMFStartDelay; std::unique_ptr<weld::Label> mxFTDuration; std::unique_ptr<weld::MetricSpinButton> mxCBXDuration; @@ -1451,9 +1447,7 @@ CustomAnimationDurationTabPage::CustomAnimationDurationTabPage(weld::Container* : mpSet(pSet) , mxBuilder(Application::CreateBuilder(pParent, "modules/simpress/ui/customanimationtimingtab.ui")) , mxContainer(mxBuilder->weld_container("TimingTab")) - , mxFTStart(mxBuilder->weld_label("start_label")) , mxLBStart(mxBuilder->weld_combo_box("start_list")) - , mxFTStartDelay(mxBuilder->weld_label("delay_label")) , mxMFStartDelay(mxBuilder->weld_metric_spin_button("delay_value", FieldUnit::SECOND)) , mxFTDuration(mxBuilder->weld_label("duration_label")) , mxCBXDuration(mxBuilder->weld_metric_spin_button("anim_duration", FieldUnit::SECOND)) @@ -1785,7 +1779,6 @@ private: std::unique_ptr<weld::Builder> mxBuilder; std::unique_ptr<weld::Container> mxContainer; - std::unique_ptr<weld::Label> mxFTGroupText; std::unique_ptr<weld::ComboBox> mxLBGroupText; std::unique_ptr<weld::CheckButton> mxCBXGroupAuto; std::unique_ptr<weld::MetricSpinButton> mxMFGroupAuto; @@ -1798,7 +1791,6 @@ CustomAnimationTextAnimTabPage::CustomAnimationTextAnimTabPage(weld::Container* , mbHasVisibleShapes(true) , mxBuilder(Application::CreateBuilder(pParent, "modules/simpress/ui/customanimationtexttab.ui")) , mxContainer(mxBuilder->weld_container("TextAnimationTab")) - , mxFTGroupText(mxBuilder->weld_label("group_text_label")) , mxLBGroupText(mxBuilder->weld_combo_box("group_text_list")) , mxCBXGroupAuto(mxBuilder->weld_check_button("auto_after")) , mxMFGroupAuto(mxBuilder->weld_metric_spin_button("auto_after_value",FieldUnit::SECOND)) diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx index 384b477e46b6..763d0b25435f 100644 --- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx +++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx @@ -114,7 +114,6 @@ SvxBulletAndPositionDlg::SvxBulletAndPositionDlg(weld::Window* pWindow, const Sf , m_xDistBorderFT(m_xBuilder->weld_label("indent")) , m_xDistBorderMF(m_xBuilder->weld_metric_spin_button("indentmf", FieldUnit::CM)) , m_xRelativeCB(m_xBuilder->weld_check_button("relative")) - , m_xIndentFT(m_xBuilder->weld_label("numberingwidth")) , m_xIndentMF(m_xBuilder->weld_metric_spin_button("numberingwidthmf", FieldUnit::CM)) , m_xLeftTB(m_xBuilder->weld_toggle_button("left")) , m_xCenterTB(m_xBuilder->weld_toggle_button("center")) diff --git a/sd/source/ui/dlg/custsdlg.cxx b/sd/source/ui/dlg/custsdlg.cxx index bc421d7e48a5..1774b62d0211 100644 --- a/sd/source/ui/dlg/custsdlg.cxx +++ b/sd/source/ui/dlg/custsdlg.cxx @@ -41,9 +41,7 @@ SdCustomShowDlg::SdCustomShowDlg(weld::Window* pWindow, SdDrawDocument& rDrawDoc , m_xBtnEdit(m_xBuilder->weld_button("edit")) , m_xBtnRemove(m_xBuilder->weld_button("delete")) , m_xBtnCopy(m_xBuilder->weld_button("copy")) - , m_xBtnHelp(m_xBuilder->weld_button("help")) , m_xBtnStartShow(m_xBuilder->weld_button("startshow")) - , m_xBtnOK(m_xBuilder->weld_button("ok")) { m_xLbCustomShows->set_size_request(m_xLbCustomShows->get_approximate_digit_width() * 32, m_xLbCustomShows->get_height_rows(8)); @@ -252,8 +250,6 @@ SdDefineCustomShowDlg::SdDefineCustomShowDlg(weld::Window* pWindow, SdDrawDocume , m_xLbCustomPages(m_xBuilder->weld_tree_view("custompages")) , m_xDropTargetHelper(new weld::ReorderingDropTarget(*m_xLbCustomPages)) , m_xBtnOK(m_xBuilder->weld_button("ok")) - , m_xBtnCancel(m_xBuilder->weld_button("cancel")) - , m_xBtnHelp(m_xBuilder->weld_button("help")) { Link<weld::Button&,void> aLink = LINK( this, SdDefineCustomShowDlg, ClickButtonHdl ); m_xBtnAdd->connect_clicked( aLink ); diff --git a/sd/source/ui/inc/BulletAndPositionDlg.hxx b/sd/source/ui/inc/BulletAndPositionDlg.hxx index 6dde737537ce..90f940487cb7 100644 --- a/sd/source/ui/inc/BulletAndPositionDlg.hxx +++ b/sd/source/ui/inc/BulletAndPositionDlg.hxx @@ -98,7 +98,6 @@ class SvxBulletAndPositionDlg : public weld::GenericDialogController std::unique_ptr<weld::Label> m_xDistBorderFT; std::unique_ptr<weld::MetricSpinButton> m_xDistBorderMF; std::unique_ptr<weld::CheckButton> m_xRelativeCB; - std::unique_ptr<weld::Label> m_xIndentFT; std::unique_ptr<weld::MetricSpinButton> m_xIndentMF; std::unique_ptr<weld::Toggleable> m_xLeftTB; std::unique_ptr<weld::Toggleable> m_xCenterTB; diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx index 52ae878529a9..c6547cc918ff 100644 --- a/sd/source/ui/inc/custsdlg.hxx +++ b/sd/source/ui/inc/custsdlg.hxx @@ -37,9 +37,7 @@ private: std::unique_ptr<weld::Button> m_xBtnEdit; std::unique_ptr<weld::Button> m_xBtnRemove; std::unique_ptr<weld::Button> m_xBtnCopy; - std::unique_ptr<weld::Button> m_xBtnHelp; std::unique_ptr<weld::Button> m_xBtnStartShow; - std::unique_ptr<weld::Button> m_xBtnOK; void CheckState(); @@ -69,8 +67,6 @@ private: std::unique_ptr<weld::TreeView> m_xLbCustomPages; std::unique_ptr<weld::ReorderingDropTarget> m_xDropTargetHelper; std::unique_ptr<weld::Button> m_xBtnOK; - std::unique_ptr<weld::Button> m_xBtnCancel; - std::unique_ptr<weld::Button> m_xBtnHelp; void CheckState(); void CheckCustomShow(); |