From d05a64df34fd143670cb939b72abfb32d6b714c7 Mon Sep 17 00:00:00 2001 From: Tobias Madl Date: Fri, 6 Mar 2015 14:48:18 +0100 Subject: Timer/Idle: adapted inherited funktions Change-Id: I7714a4638b03d020820b276028c0819ef054fa26 --- include/sfx2/objsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sfx2') diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index d08baa9ea590..289a2dac73bb 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -776,7 +776,7 @@ class AutoReloadTimer_Impl : public Timer public: AutoReloadTimer_Impl( const OUString& rURL, sal_uInt32 nTime, SfxObjectShell* pSh ); - virtual void Timeout() SAL_OVERRIDE; + virtual void Invoke() SAL_OVERRIDE; }; class SFX2_DLLPUBLIC SfxObjectShellItem: public SfxPoolItem -- cgit