summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-02 14:54:44 +0200
committerNoel Grandin <noel@peralex.com>2014-12-02 14:57:59 +0200
commit63fbe59d054a99224dac5fa25ff1a16890365746 (patch)
treec3781ba50996ce5ac41ef33aaef3f102a45cad3c /vcl/workben
parent005748cb83554d4459b0f2d93bb39aa87c96c53d (diff)
loplugin:saloverride
Change-Id: I62e8c07faf1fb38b39dfb41e0ba408d5c534312f
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/vcldemo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index d65ea20f832c..95329f310ee4 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -1275,7 +1275,7 @@ public:
virtual ~DemoWidgets()
{
}
- virtual void Paint(const Rectangle&)
+ virtual void Paint(const Rectangle&) SAL_OVERRIDE
{
Rectangle aWholeSize(Point(0, 0),GetOutputSizePixel());
vcl::Region aClip(aWholeSize);