diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-14 09:31:19 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-05-14 10:00:15 +0900 |
commit | 9fd81f773c7a53a071762deb1140425a8804b339 (patch) | |
tree | 480eb3ec6b47b36ce45349310a268e0a4b19a0e4 /cui/source/inc/grfpage.hxx | |
parent | 75594b02cfeaa7cf76e4a335352c9e38e6d8b5e0 (diff) |
refactor SvxCropExample to use RenderContext
Change-Id: I06e8702ecea2db2529eda538128d6a1693971185
Diffstat (limited to 'cui/source/inc/grfpage.hxx')
-rw-r--r-- | cui/source/inc/grfpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/grfpage.hxx b/cui/source/inc/grfpage.hxx index ae50b065641c..47fb0e9425a7 100644 --- a/cui/source/inc/grfpage.hxx +++ b/cui/source/inc/grfpage.hxx @@ -35,7 +35,7 @@ class SvxCropExample : public vcl::Window public: SvxCropExample( vcl::Window* pPar, WinBits nStyle ); - virtual void Paint( vcl::RenderContext& /*rRenderContext*/, const Rectangle& rRect ) SAL_OVERRIDE; + virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) SAL_OVERRIDE; virtual void Resize() SAL_OVERRIDE; virtual Size GetOptimalSize() const SAL_OVERRIDE; |