diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2013-01-28 20:06:18 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2013-01-28 20:06:32 +0100 |
commit | 668bec99efb4a15ca0fe364fa3c217baba8a6f27 (patch) | |
tree | 1c16360f45c6c350de031c82ceaf356ffb897a2d /sd | |
parent | 9ad661e5740142a95893e91e4c138caee2abe7c2 (diff) |
remove stray SAL_CALL that breaks windows build
Change-Id: Ia3e6f37460e96f463952072ffbf3e76386edb10d
Diffstat (limited to 'sd')
-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 b81b3ab69350..f824e5ebaaac 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(); // fprintf( stderr, "ImagePreparer: %d %d %d\n", xController->isRunning(), |