summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CustomAnimationPanel.hxx
diff options
context:
space:
mode:
authorKatarina Behrens <bubli@bubli.org>2013-06-19 18:08:11 +0200
committerKatarina Behrens <bubli@bubli.org>2013-07-31 21:02:26 +0200
commit4438fca46a16a59f9a24fc6c8221beaf4b039c57 (patch)
treef4a86ec81cef557308cedca823dfe625ffb701cc /sd/source/ui/sidebar/CustomAnimationPanel.hxx
parentf89637e329e765bce0bd513c843e4e2b673c38fd (diff)
sidebar: Converted custom animations pane to .ui
Change-Id: I50b38c984b0f4b179dff84281033a328e30c3275
Diffstat (limited to 'sd/source/ui/sidebar/CustomAnimationPanel.hxx')
-rw-r--r--sd/source/ui/sidebar/CustomAnimationPanel.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/CustomAnimationPanel.hxx b/sd/source/ui/sidebar/CustomAnimationPanel.hxx
index 2fb71c1b4ec6..9c2732bca9e0 100644
--- a/sd/source/ui/sidebar/CustomAnimationPanel.hxx
+++ b/sd/source/ui/sidebar/CustomAnimationPanel.hxx
@@ -19,7 +19,7 @@
#define SD_SIDEBAR_CUSTOM_ANIMATION_PANEL_HXX
#include "PanelBase.hxx"
-
+#include <sfx2/sidebar/ControlFactory.hxx>
namespace sd { namespace sidebar {
@@ -29,7 +29,8 @@ class CustomAnimationPanel
public:
CustomAnimationPanel (
::Window* pParentWindow,
- ViewShellBase& rViewShellBase);
+ ViewShellBase& rViewShellBase,
+ const cssu::Reference<css::frame::XFrame>& rxFrame);
virtual ~CustomAnimationPanel (void);
// ILayoutableWindow
@@ -39,6 +40,9 @@ protected:
virtual ::Window* CreateWrappedControl (
::Window* pParentWindow,
ViewShellBase& rViewShellBase);
+
+private:
+ cssu::Reference<css::frame::XFrame> mxFrame;
};
} } // end of namespace sd::sidebar