diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-10 01:00:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-11 09:04:34 +0100 |
commit | 7de871740273ce57d92a1bf20505431bf2a53804 (patch) | |
tree | 4cec1630a617b43909ad956397f067170e89e29c /sfx2 | |
parent | 76e56184c2f29306bd8b63d71d674c40ad4fefaa (diff) |
remove unused QuitAgain_Impl
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 6b691e6fcd57..b31203592134 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -145,16 +145,6 @@ using namespace ::com::sun::star::document; namespace css = com::sun::star; -//------------------------------------------------------------------------- -long QuitAgain_Impl( void* pObj, void* pArg ) -{ - SfxApplication* pApp = (SfxApplication*)pObj; - Timer* pTimer = (Timer*)pArg; - delete pTimer; - pApp->GetDispatcher_Impl()->Execute( SID_QUITAPP, SFX_CALLMODE_ASYNCHRON ); - return 0; -} - /// Find the correct location of the document (LICENSE.odt, etc.), and return /// it in rURL if found. static sal_Bool checkURL( const char *pName, const char *pExt, rtl::OUString &rURL ) |