summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/hdrcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/hdrcont.hxx')
-rw-r--r--sc/source/ui/inc/hdrcont.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/hdrcont.hxx b/sc/source/ui/inc/hdrcont.hxx
index f4ebde0e210b..5320494d7427 100644
--- a/sc/source/ui/inc/hdrcont.hxx
+++ b/sc/source/ui/inc/hdrcont.hxx
@@ -29,7 +29,7 @@
// Size of the sliders
#define HDR_SLIDERSIZE 2
-class ScHeaderControl : public Window
+class ScHeaderControl : public vcl::Window
{
private:
SelectionEngine* pSelEngine;
@@ -101,7 +101,7 @@ protected:
virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE;
public:
- ScHeaderControl( Window* pParent, SelectionEngine* pSelectionEngine,
+ ScHeaderControl( vcl::Window* pParent, SelectionEngine* pSelectionEngine,
SCCOLROW nNewSize, bool bNewVertical );
virtual ~ScHeaderControl();