diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2009-12-03 10:37:54 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2009-12-03 10:37:54 +0000 |
commit | 83551c86578375623fa8e670bbfe1c976b3bd665 (patch) | |
tree | 999b9bdf092072743327637712fc515969039d26 /desktop/inc | |
parent | 245aaeb38f6d1f0ed1ac892da302772e6f71a9f3 (diff) |
#i105172# allow to request storing of documents from the user on session shutdown
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 995c7e65e999..353a3e045719 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -186,6 +186,7 @@ class Desktop : public Application static sal_Bool _bTasksSaved; static void retrieveCrashReporterState(); + static sal_Bool isUIOnSessionShutdownAllowed(); // on-demand acceptors static void createAcceptor(const OUString& aDescription); |