Remove unused getBlinkTime functions
Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
This commit is contained in:
@@ -78,9 +78,6 @@ namespace sdr
|
||||
sal_uInt16 getCenterX2() const { return mnCenterX2; }
|
||||
sal_uInt16 getCenterY2() const { return mnCenterY2; }
|
||||
|
||||
// #i53216# added CursorBlinkTime (in ms)
|
||||
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
|
||||
|
||||
// execute event from base class ::sdr::animation::Event. Default
|
||||
// implementation does nothing and does not create a new event.
|
||||
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
|
||||
|
@@ -65,9 +65,6 @@ namespace sdr
|
||||
double getDiscreteShrink() const { return mfDiscreteShrink; }
|
||||
double getRotation() const { return mfRotation; }
|
||||
|
||||
// added CursorBlinkTime (in ms)
|
||||
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
|
||||
|
||||
// execute event from base class ::sdr::animation::Event. Default
|
||||
// implementation does nothing and does not create a new event.
|
||||
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
|
||||
|
Reference in New Issue
Block a user