summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-02 18:42:24 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-02 18:42:49 +0300
commitd146b3cb76887a5f31970124762c045379592499 (patch)
treea602087ba988f02f03638b8f5c648dc19143a88b /desktop
parent64ddbd26a58fd84b56b270c21411ce7c246081ef (diff)
Clarify comment
Change-Id: If850bc359383c089b5a4f3bd49e46499b761bbe4
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/app.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index ba90725abab0..7080b57efc54 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1926,7 +1926,11 @@ sal_Bool Desktop::InitializeQuickstartMode( const Reference< XComponentContext >
// #i105753# the following if was invented for performance
// unfortunately this broke the Mac behavior which is to always run
// in quickstart mode since Mac applications do not usually quit
- // when the last document closes
+ // when the last document closes.
+ // Note that this claim that on OS X we "always run in quickstart mode"
+ // has nothing to do with (quick) *starting* (i.e. starting automatically
+ // when the user logs in), though, but with not quitting when no documents
+ // are open.
#ifndef MACOSX
if ( bQuickstart )
#endif