diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-03-23 14:51:17 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-03-23 14:51:17 +0100 |
commit | 233f8693159884407027678e229805867274d63f (patch) | |
tree | b92f48e43c456cd9f44fd3e338ac5d711ca41367 /sfx2/source/appl/shutdownicon.hxx | |
parent | 89af58843bff4f6e17b267542c90ed682ff5363b (diff) |
sw321bf01: #i109363# Fix crash with quickstarter and OOo file dialogs
Diffstat (limited to 'sfx2/source/appl/shutdownicon.hxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdownicon.hxx b/sfx2/source/appl/shutdownicon.hxx index 4e7cc6ecc247..d702f2a50977 100644 --- a/sfx2/source/appl/shutdownicon.hxx +++ b/sfx2/source/appl/shutdownicon.hxx @@ -52,6 +52,7 @@ class SFX2_DLLPUBLIC ShutdownIcon : public ShutdownIconServiceBase ::osl::Mutex m_aMutex; bool m_bVeto; bool m_bListenForTermination; + bool m_bSystemDialogs; ResMgr* m_pResMgr; sfx2::FileDialogHelper* m_pFileDlg; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceManager; |