diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index f991b98b6fe5..4c97c4233e62 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -3927,6 +3927,11 @@ Any Window::GetSystemDataAny() const return aRet; } +void Window::Paint(vcl::RenderContext* /*pRenderContext*/, const Rectangle& rRect) +{ + Paint(rRect); +} + } /* namespace vcl */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |