[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 12:45:29 PST 2013


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

New commits:
commit 88cb36db72775c116c4721163763beb1b2ec0ea3
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
    (cherry picked from commit 668bec99efb4a15ca0fe364fa3c217baba8a6f27)
    
    Signed-off-by: Thorsten Behrens <tbehrens at suse.com>

diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx
index abb43e4..3530a4a 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.


More information about the Libreoffice-commits mailing list