From ed6aceab08e1c3951e1e33aa3d8070c57589b5db Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 26 Nov 2015 11:15:11 +0000 Subject: vcl: reduce pointless timer / scheduler / idle includes. Change-Id: I8bf7f8d6ba1a54f2969e055956fadc52ff6c8673 --- sfx2/source/inc/objshimp.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index b7dbb0c8bac2..36f8bdff6618 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -30,6 +30,7 @@ #include #include #include "bitset.hxx" +#include #include @@ -45,6 +46,17 @@ struct MarkData_Impl class SfxBasicManagerHolder; +class AutoReloadTimer_Impl : public Timer +{ + OUString aUrl; + SfxObjectShell* pObjSh; + +public: + AutoReloadTimer_Impl( const OUString& rURL, sal_uInt32 nTime, + SfxObjectShell* pSh ); + virtual void Invoke() override; +}; + struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess { ::comphelper::EmbeddedObjectContainer* mpObjectContainer; -- cgit