sc/inc/refreshtimer.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 2c0189a8a3aeb3668bf6de1ea1958ba475b80a38
Author: Tobias Madl <tobias.madl....@gmail.com>
Date:   Fri Mar 6 16:55:17 2015 +0100

    Autotimer: added function to public
    
    Change-Id: I6522e7a2bb895973d9d8cf1b7cfbad2f2abc62a2

diff --git a/sc/inc/refreshtimer.hxx b/sc/inc/refreshtimer.hxx
index 29a0028e..20c57db 100644
--- a/sc/inc/refreshtimer.hxx
+++ b/sc/inc/refreshtimer.hxx
@@ -57,9 +57,7 @@ public:
 
     SC_DLLPUBLIC virtual void SetRefreshDelay( sal_uLong nSeconds );
     SC_DLLPUBLIC virtual void Invoke() SAL_OVERRIDE;
-
-private:
-    void Start();
+    virtual void Start() SAL_OVERRIDE;
 };
 
 #endif // INCLUDED_SC_INC_REFRESHTIMER_HXX
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to