diff options
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 8eca878255ac..09f8f074c2ff 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -37,7 +37,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/document/CmisVersion.hpp> -#include <vcl/timer.hxx> #include <vcl/vclptr.hxx> #include <svl/poolitem.hxx> #include <vcl/bitmap.hxx> @@ -805,17 +804,6 @@ inline SfxObjectShellLock & SfxObjectShellLock:: inline SfxObjectShellLock & SfxObjectShellLock::operator = ( SfxObjectShell * pObjP ) { return *this = SfxObjectShellLock( pObjP ); } -class AutoReloadTimer_Impl : public Timer -{ - OUString aUrl; - SfxObjectShell* pObjSh; - -public: - AutoReloadTimer_Impl( const OUString& rURL, sal_uInt32 nTime, - SfxObjectShell* pSh ); - virtual void Invoke() override; -}; - class SFX2_DLLPUBLIC SfxObjectShellItem: public SfxPoolItem { SfxObjectShell* pObjSh; |