diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-02-28 14:29:06 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-02-28 14:30:42 +0100 |
commit | 5279616d50b0394e8ec6d8e2109471ca649412b7 (patch) | |
tree | b9109c2407254189e85e716b82bbb5aa700f72f9 /framework/inc | |
parent | 478485d19f290f417f824dbecad3e3588bf553f5 (diff) |
lp#562027: fix logout with quickstarter
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 ac51f258d9a9..530d615c3208 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -339,6 +339,10 @@ class Desktop : // interfaces virtual ::rtl::OUString SAL_CALL getUntitledPrefix() throw (css::uno::RuntimeException); + // we need this wrapped terminate()-call to terminate even the QuickStarter + // non-virtual and non-UNO for now + bool SAL_CALL terminateQuickstarterToo() + throw( css::uno::RuntimeException ); //------------------------------------------------------------------------------------------------------------- // protected methods //------------------------------------------------------------------------------------------------------------- |