summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 923fc7744fad..bab4395c9a63 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -784,12 +784,6 @@ protected:
virtual void ClipToPaintRegion( Rectangle& rDstRect ) override;
virtual bool UsePolyPolygonForComplexGradient() override;
- virtual void DrawGradientWallpaper(long nX, long nY, long nWidth, long nHeight,
- const Wallpaper& rWallpaper) override
- {
- OutputDevice::DrawGradientWallpaper(nX, nY, nWidth, nHeight, rWallpaper);
- }
-
virtual void ApplySettings(vcl::RenderContext& rRenderContext);
public:
bool HasMirroredGraphics() const override;
@@ -812,18 +806,9 @@ public:
virtual void KeyUp( const KeyEvent& rKEvt );
virtual void PrePaint(vcl::RenderContext& rRenderContext);
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect);
+ using OutputDevice::Erase;
void Erase(vcl::RenderContext& rRenderContext);
- virtual void Erase() override
- {
- OutputDevice::Erase();
- }
-
- virtual void Erase(const Rectangle& rRect) override
- {
- OutputDevice::Erase(rRect);
- }
-
virtual void Draw( ::OutputDevice* pDev, const Point& rPos, const Size& rSize, DrawFlags nFlags );
virtual void Move();
virtual void Resize();