From b12954531953fb8ad585847fe42677d714991ef1 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 20 Jul 2012 21:31:30 +0200 Subject: tubes: init TeleManager in desktop - register clients when we run --invisible - create ScDocFuncSend only if we are going to use it Change-Id: I7e33cd5a2e42e34a055146dc6c2bdac3657d6529 --- desktop/inc/app.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop/inc/app.hxx') diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 06dc4c76d027..09f0a4d4e4f1 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -41,6 +41,9 @@ #include #include #include +#ifdef ENABLE_TELEPATHY +#include +#endif using namespace com::sun::star::task; using namespace com::sun::star::uno; @@ -205,6 +208,9 @@ class Desktop : public Application sal_uInt16 m_nAppEvents; BootstrapError m_aBootstrapError; BootstrapStatus m_aBootstrapStatus; +#ifdef ENABLE_TELEPATHY + TeleManager* m_pTeleManager; +#endif std::auto_ptr< Lockfile > m_pLockfile; Timer m_firstRunTimer; -- cgit