summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/SlideTransitionPane.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/SlideTransitionPane.hxx')
-rw-r--r--sd/source/ui/inc/SlideTransitionPane.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/source/ui/inc/SlideTransitionPane.hxx b/sd/source/ui/inc/SlideTransitionPane.hxx
index 4665206d7bf6..b68fc63a4662 100644
--- a/sd/source/ui/inc/SlideTransitionPane.hxx
+++ b/sd/source/ui/inc/SlideTransitionPane.hxx
@@ -22,6 +22,7 @@
#include "SlideSorterViewShell.hxx"
#include <svtools/valueset.hxx>
+#include <sfx2/sidebar/ILayoutableWindow.hxx>
#include <sfx2/sidebar/PanelLayout.hxx>
#include <vcl/weld.hxx>
@@ -46,16 +47,19 @@ namespace impl
}
class SlideTransitionPane : public PanelLayout
+ , public sfx2::sidebar::ILayoutableWindow
{
public:
explicit SlideTransitionPane(
Window * pParent,
ViewShellBase & rBase,
- SdDrawDocument* pDoc,
const css::uno::Reference<css::frame::XFrame>& rxFrame );
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;