summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CustomAnimationPanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/CustomAnimationPanel.hxx')
-rw-r--r--sd/source/ui/sidebar/CustomAnimationPanel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/CustomAnimationPanel.hxx b/sd/source/ui/sidebar/CustomAnimationPanel.hxx
index cb391919564c..f9a9d708c8e3 100644
--- a/sd/source/ui/sidebar/CustomAnimationPanel.hxx
+++ b/sd/source/ui/sidebar/CustomAnimationPanel.hxx
@@ -29,7 +29,7 @@ class CustomAnimationPanel
{
public:
CustomAnimationPanel (
- ::Window* pParentWindow,
+ vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
virtual ~CustomAnimationPanel (void);
@@ -38,8 +38,8 @@ public:
virtual css::ui::LayoutSize GetHeightForWidth (const sal_Int32 nWidth) SAL_OVERRIDE;
protected:
- virtual ::Window* CreateWrappedControl (
- ::Window* pParentWindow,
+ virtual vcl::Window* CreateWrappedControl (
+ vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase) SAL_OVERRIDE;
private: