diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 14:48:18 +0100 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 14:51:48 +0100 |
commit | d05a64df34fd143670cb939b72abfb32d6b714c7 (patch) | |
tree | 3dc542680cd3728419b9c95e34325f42047986e5 /sd/source/ui/remotecontrol/ImagePreparer.cxx | |
parent | 01f406bc28f53acc5a2734af637aa8074a5d1813 (diff) |
Timer/Idle: adapted inherited funktions
Change-Id: I7714a4638b03d020820b276028c0819ef054fa26
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx index ce174b529258..7de0bf84fccd 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.cxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx @@ -62,7 +62,7 @@ ImagePreparer::~ImagePreparer() Stop(); } -void ImagePreparer::Timeout() +void ImagePreparer::Invoke() { sal_uInt32 aSlides = xController->getSlideCount(); SAL_INFO( "sdremote", "ImagePreparer " << xController->isRunning() << |