-Werror,-Wunused-member-function

Change-Id: I91827c3728d56b8943e9769e3fefdcc727306e16
This commit is contained in:
Stephan Bergmann 2013-11-13 15:43:32 +01:00
parent 90be5b23e6
commit ad4268cc8a

View File

@ -85,10 +85,8 @@ public:
mbAlternate(bAlternate)
{}
sal_uInt32 GetDuration() const { return mnDuration; }
sal_uInt32 GetRepeat() const { return mnRepeat; }
sal_uInt32 GetFullTime() const { return mnDuration * mnRepeat; }
double GetStart() const { return mfStart; }
double GetStop() const { return mfStop; }
sal_uInt32 GetFrequency() const { return mnFrequency; }
bool DoAlternate() const { return mbAlternate; }