summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Panel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Panel.hxx')
-rw-r--r--sfx2/source/sidebar/Panel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Panel.hxx b/sfx2/source/sidebar/Panel.hxx
index 7196a77dd3e5..2fea00bcfd56 100644
--- a/sfx2/source/sidebar/Panel.hxx
+++ b/sfx2/source/sidebar/Panel.hxx
@@ -39,12 +39,12 @@ class PanelTitleBar;
class Panel
- : public Window
+ : public vcl::Window
{
public:
Panel (
const PanelDescriptor& rPanelDescriptor,
- Window* pParentWindow,
+ vcl::Window* pParentWindow,
const bool bIsInitiallyExpanded,
const ::boost::function<void(void)>& rDeckLayoutTrigger,
const ::boost::function<Context(void)>& rContextAccess);