From 79ed057b955a8d23e8289b9a5898c8bdaebabbfa Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Apr 2015 14:00:46 +0200 Subject: loplugin:staticmethods Change-Id: I6207b475127099872c6f3764331006688129b673 --- include/svx/sdr/contact/objectcontact.hxx | 2 +- include/svx/sdr/overlay/overlayobject.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/sdr') diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index d49d19db48c0..61db82083a4a 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -81,7 +81,7 @@ private: bool mbIsPreviewRenderer : 1; // method to create a EventHandler. Needs to give a result. - sdr::event::TimerEventHandler* CreateEventHandler(); + static sdr::event::TimerEventHandler* CreateEventHandler(); protected: // Interface to allow derivates to travel over the registered VOC's diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx index 7e97abc34ad0..167114eb66be 100644 --- a/include/svx/sdr/overlay/overlayobject.hxx +++ b/include/svx/sdr/overlay/overlayobject.hxx @@ -86,7 +86,7 @@ namespace sdr virtual drawinglayer::primitive2d::Primitive2DSequence createOverlayObjectPrimitive2DSequence(); // #i53216# check blink time value range (currently 25 < mnBlinkTime < 10000) - sal_uInt32 impCheckBlinkTimeValueRange(sal_uInt64 nBlinkTime) const; + static sal_uInt32 impCheckBlinkTimeValueRange(sal_uInt64 nBlinkTime); // region in logical coordinates basegfx::B2DRange maBaseRange; -- cgit