summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PanelBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/PanelBase.hxx')
-rw-r--r--sd/source/ui/sidebar/PanelBase.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/sidebar/PanelBase.hxx b/sd/source/ui/sidebar/PanelBase.hxx
index f2e54b0f1aae..797308f83187 100644
--- a/sd/source/ui/sidebar/PanelBase.hxx
+++ b/sd/source/ui/sidebar/PanelBase.hxx
@@ -42,7 +42,7 @@ class PanelBase
{
public:
PanelBase (
- ::Window* pParentWindow,
+ vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase);
virtual ~PanelBase (void);
@@ -63,9 +63,9 @@ public:
::com::sun::star::accessibility::XAccessible>& rxParent);
protected:
- ::boost::scoped_ptr< ::Window> mpWrappedControl;
- virtual ::Window* CreateWrappedControl (
- ::Window* pParentWindow,
+ ::boost::scoped_ptr< vcl::Window> mpWrappedControl;
+ virtual vcl::Window* CreateWrappedControl (
+ vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase) = 0;
private: