[Libreoffice-commits] core.git: vcl/workben
Noel Grandin
noel at peralex.com
Tue Dec 2 04:59:42 PST 2014
vcl/workben/vcldemo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 63fbe59d054a99224dac5fa25ff1a16890365746
Author: Noel Grandin <noel at peralex.com>
Date: Tue Dec 2 14:54:44 2014 +0200
loplugin:saloverride
Change-Id: I62e8c07faf1fb38b39dfb41e0ba408d5c534312f
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index d65ea20..95329f3 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);
More information about the Libreoffice-commits
mailing list