[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 11:07:40 PST 2013


 sd/source/ui/remotecontrol/ImagePreparer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 668bec99efb4a15ca0fe364fa3c217baba8a6f27
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Jan 28 20:06:18 2013 +0100

    remove stray SAL_CALL that breaks windows build
    
    Change-Id: Ia3e6f37460e96f463952072ffbf3e76386edb10d

diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx
index b81b3ab..f824e5e 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(),


More information about the Libreoffice-commits mailing list