diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-28 12:55:45 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-29 09:24:20 +0900 |
commit | 704ebef99de606f5a60c495130e6e3d791981042 (patch) | |
tree | 9761adbfa2d026c9f1905916586435bca068f85f /include | |
parent | 9905a8b953953b9ec5e123a17997d5931978acfe (diff) |
remove old Paint(Rect&) method in vcl::Window
Change-Id: I0f3377eaeb68f4933ccc3f86c9136c97c09c464d
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 85343128ddfd..cde2c864f248 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -703,7 +703,6 @@ public: virtual void KeyUp( const KeyEvent& rKEvt ); virtual void PrePaint(); virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect); - virtual void Paint(const Rectangle& rRect); virtual void Erase() SAL_OVERRIDE; virtual void Erase( const Rectangle& rRect ) SAL_OVERRIDE { ::OutputDevice::Erase( rRect ); } |