summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CustomAnimationPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/CustomAnimationPanel.cxx')
-rw-r--r--sd/source/ui/sidebar/CustomAnimationPanel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/CustomAnimationPanel.cxx b/sd/source/ui/sidebar/CustomAnimationPanel.cxx
index d0bd23a5fcbe..804b6c143aa7 100644
--- a/sd/source/ui/sidebar/CustomAnimationPanel.cxx
+++ b/sd/source/ui/sidebar/CustomAnimationPanel.cxx
@@ -25,7 +25,7 @@
namespace sd { namespace sidebar {
CustomAnimationPanel::CustomAnimationPanel (
- ::Window* pParentWindow,
+ ::vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase,
const css::uno::Reference<css::frame::XFrame>& rxFrame
)
@@ -43,8 +43,8 @@ CustomAnimationPanel::~CustomAnimationPanel (void)
{
}
-::Window* CustomAnimationPanel::CreateWrappedControl (
- ::Window* pParentWindow,
+::vcl::Window* CustomAnimationPanel::CreateWrappedControl (
+ ::vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase)
{
return createCustomAnimationPanel(pParentWindow, rViewShellBase, mxFrame);