diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-04 17:22:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 17:42:22 +0100 |
commit | 1653bb9bffaa84a40b7d81a8277e887ea28df4e4 (patch) | |
tree | 5e56142b7b63ab66fb1dcc781ffeb3ae5afda2ad /sd/source/ui/inc/SlideTransitionPane.hxx | |
parent | 40c58f6039fb02cff74e442f6adc5ba38adcff1d (diff) |
remove intermediate containers in sidebars
tested extension sidebars of:
a) Wollmux extension sidebars
b) Analog Clock Extension demo
https://wiki.openoffice.org/wiki/Sidebar_for_Developers#Example:_Analog_Clock_Extension
Change-Id: If9729e20526681928137989f01a8ae733a9b0cb5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112035
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/inc/SlideTransitionPane.hxx')
-rw-r--r-- | sd/source/ui/inc/SlideTransitionPane.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sd/source/ui/inc/SlideTransitionPane.hxx b/sd/source/ui/inc/SlideTransitionPane.hxx index b68fc63a4662..56d87997af33 100644 --- a/sd/source/ui/inc/SlideTransitionPane.hxx +++ b/sd/source/ui/inc/SlideTransitionPane.hxx @@ -51,18 +51,13 @@ class SlideTransitionPane : public PanelLayout { public: explicit SlideTransitionPane( - Window * pParent, - ViewShellBase & rBase, - const css::uno::Reference<css::frame::XFrame>& rxFrame ); + weld::Widget* pParent, + ViewShellBase & rBase); virtual ~SlideTransitionPane() override; - virtual void dispose() override; // ILayoutableWindow virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) override; - // Window - virtual void DataChanged (const DataChangedEvent& rEvent) override; - void onSelectionChanged(); void onChangeCurrentPage(); @@ -84,8 +79,6 @@ private: ::sd::slidesorter::SharedPageSelection getSelectedPages() const; - void UpdateLook(); - void Initialize(SdDrawDocument* pDoc); DECL_LINK( ApplyToAllButtonClicked, weld::Button&, void ); |