diff options
author | David Tardon <dtardon@redhat.com> | 2010-11-22 09:28:34 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-22 09:50:48 +0100 |
commit | f1d2af0d86548e0c916eeadc934d4d1131eaecc2 (patch) | |
tree | e54264077131ad158e6c8502d47816f80b3fa13f /framework/inc | |
parent | 266310d47870bd72f2fa52d7e888bbcb5290174b (diff) |
rhbz#650170# shutdown quickstarter at end of desktop session
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/services/desktop.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 8dcc87227780..79e04ca967ac 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -429,6 +429,8 @@ class Desktop : // interfaces */ ::sal_Bool impl_closeFrames(::sal_Bool bAllowUI); + sal_Bool impl_terminate(); + //------------------------------------------------------------------------------------------------------------- // debug methods // (should be private everytime!) @@ -507,6 +509,8 @@ class Desktop : // interfaces css::uno::Reference< css::frame::XUntitledNumbers > m_xTitleNumberGenerator; + bool m_bTerminating; // we are in the process of terminating already + }; // class Desktop } // namespace framework |