diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
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 <sfx2/objsh.hxx> #include <sfx2/docmacromode.hxx> #include "bitset.hxx" +#include <vcl/timer.hxx> #include <appbaslib.hxx> @@ -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; |