Kaydet (Commit) d146b3cb authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clarify comment

Change-Id: If850bc359383c089b5a4f3bd49e46499b761bbe4
üst 64ddbd26
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment