Kaydet (Commit) 63fbe59d authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:saloverride

Change-Id: I62e8c07faf1fb38b39dfb41e0ba408d5c534312f
üst 005748cb
...@@ -1275,7 +1275,7 @@ public: ...@@ -1275,7 +1275,7 @@ public:
virtual ~DemoWidgets() virtual ~DemoWidgets()
{ {
} }
virtual void Paint(const Rectangle&) virtual void Paint(const Rectangle&) SAL_OVERRIDE
{ {
Rectangle aWholeSize(Point(0, 0),GetOutputSizePixel()); Rectangle aWholeSize(Point(0, 0),GetOutputSizePixel());
vcl::Region aClip(aWholeSize); vcl::Region aClip(aWholeSize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment