summaryrefslogtreecommitdiff
path: root/framework/source/services/autorecovery.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 14:04:20 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-29 15:34:20 -0500
commitc74cb0140dba427d5b54d2a983a84270021d71ee (patch)
tree3b96ab5ba569500fbb814298597295b5a698bd73 /framework/source/services/autorecovery.cxx
parent84a75d7f8fab6a8c1f61764a5809ea744a5197b1 (diff)
cosmetic comments change regarding using --xxx instead of -xxx
Diffstat (limited to 'framework/source/services/autorecovery.cxx')
-rwxr-xr-xframework/source/services/autorecovery.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 67ac4381418b..e61ae11c6bd6 100755
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -840,7 +840,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven
WriteGuard aWriteLock(m_aLock);
// 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.
if ((m_eJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY)
return;
@@ -1530,7 +1530,7 @@ IMPL_LINK(AutoRecovery, implts_timerExpired, void*, EMPTYARG)
implts_stopTimer();
// 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 ...
// But so we are more "safe" .-)
// SAFE -> ----------------------------------