summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/SlideTransitionPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/SlideTransitionPanel.hxx')
-rw-r--r--sd/source/ui/sidebar/SlideTransitionPanel.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/SlideTransitionPanel.hxx b/sd/source/ui/sidebar/SlideTransitionPanel.hxx
index 40094feac70b..1e44a2648dfd 100644
--- a/sd/source/ui/sidebar/SlideTransitionPanel.hxx
+++ b/sd/source/ui/sidebar/SlideTransitionPanel.hxx
@@ -19,6 +19,7 @@
#define SD_SIDEBAR_PANELS_SLIDE_TRANSITION_PANEL_HXX
#include "PanelBase.hxx"
+#include <sfx2/sidebar/ControlFactory.hxx>
namespace sd { namespace sidebar {
@@ -28,7 +29,8 @@ class SlideTransitionPanel
public:
SlideTransitionPanel (
::Window* pParentWindow,
- ViewShellBase& rViewShellBase);
+ ViewShellBase& rViewShellBase,
+ const cssu::Reference<css::frame::XFrame>& rxFrame );
virtual ~SlideTransitionPanel (void);
// ILayoutableWindow
@@ -38,6 +40,9 @@ protected:
virtual ::Window* CreateWrappedControl (
::Window* pParentWindow,
ViewShellBase& rViewShellBase);
+
+private:
+ cssu::Reference<css::frame::XFrame> mxFrame;
};
} } // end of namespace sd::sidebar