Kaydet (Commit) c74cb014 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

cosmetic comments change regarding using --xxx instead of -xxx

üst 84a75d7f
...@@ -62,7 +62,7 @@ public class LoadDocument { ...@@ -62,7 +62,7 @@ public class LoadDocument {
// } // }
/** /**
* Start Office with "-headless" parameter, then * Start Office with "--headless" parameter, then
* load the broken document "dbf.dbf.emf", that brings a message box up in * load the broken document "dbf.dbf.emf", that brings a message box up in
* the ui, see if the headless mode of SOffice changes. * the ui, see if the headless mode of SOffice changes.
*/ */
......
...@@ -840,7 +840,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven ...@@ -840,7 +840,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven
WriteGuard aWriteLock(m_aLock); WriteGuard aWriteLock(m_aLock);
// Changes of the configuration must be ignored if AutoSave/Recovery was disabled for this // Changes of the configuration must be ignored if AutoSave/Recovery was disabled for this
// office session. That can happen if e.g. the command line arguments "-norestore" or "-headless" // office session. That can happen if e.g. the command line arguments "--norestore" or "--headless"
// was set. // was set.
if ((m_eJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY) if ((m_eJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY)
return; return;
...@@ -1530,7 +1530,7 @@ IMPL_LINK(AutoRecovery, implts_timerExpired, void*, EMPTYARG) ...@@ -1530,7 +1530,7 @@ IMPL_LINK(AutoRecovery, implts_timerExpired, void*, EMPTYARG)
implts_stopTimer(); implts_stopTimer();
// The timer must be ignored if AutoSave/Recovery was disabled for this // The timer must be ignored if AutoSave/Recovery was disabled for this
// office session. That can happen if e.g. the command line arguments "-norestore" or "-headless" // office session. That can happen if e.g. the command line arguments "--norestore" or "--headless"
// was set. But normaly the timer was disabled if recovery was disabled ... // was set. But normaly the timer was disabled if recovery was disabled ...
// But so we are more "safe" .-) // But so we are more "safe" .-)
// SAFE -> ---------------------------------- // SAFE -> ----------------------------------
......
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