From c74cb0140dba427d5b54d2a983a84270021d71ee Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 29 Mar 2011 14:04:20 -0500 Subject: cosmetic comments change regarding using --xxx instead of -xxx --- framework/source/services/autorecovery.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source') 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 -> ---------------------------------- -- cgit