summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 15:43:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:10 +0100
commitad4268cc8ae58d4c65ae343876b325d9db720c73 (patch)
tree3a185edc578eb0a49e354e097b030ecd5fa237d2 /slideshow
parent90be5b23e62cbdd6c93d5703c29507e4ce463bac (diff)
-Werror,-Wunused-member-function
Change-Id: I91827c3728d56b8943e9769e3fefdcc727306e16
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx2
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; }