summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-28 20:06:18 +0100
committerThorsten Behrens <tbehrens@suse.com>2013-01-28 21:44:55 +0100
commit88cb36db72775c116c4721163763beb1b2ec0ea3 (patch)
tree84fd4ac5a0f0338730bbdc816673f52366b564e3 /sd
parent13d390b9d55f81ca87f86d86249a19e672efcc2f (diff)
remove stray SAL_CALL that breaks windows build
Change-Id: Ia3e6f37460e96f463952072ffbf3e76386edb10d (cherry picked from commit 668bec99efb4a15ca0fe364fa3c217baba8a6f27) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx
index abb43e4d49f5..3530a4a1b259 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.cxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx
@@ -60,7 +60,7 @@ ImagePreparer::~ImagePreparer()
Stop();
}
-void SAL_CALL ImagePreparer::Timeout()
+void ImagePreparer::Timeout()
{
sal_uInt32 aSlides = xController->getSlideCount();
if ( xController->isRunning() && // not stopped/disposed of.