diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 15:43:32 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:10 +0100 |
commit | ad4268cc8ae58d4c65ae343876b325d9db720c73 (patch) | |
tree | 3a185edc578eb0a49e354e097b030ecd5fa237d2 /slideshow | |
parent | 90be5b23e62cbdd6c93d5703c29507e4ce463bac (diff) |
-Werror,-Wunused-member-function
Change-Id: I91827c3728d56b8943e9769e3fefdcc727306e16
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/drawinglayeranimation.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index 044e81cd22c1..b5f36fb5ee6f 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -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; } |