summaryrefslogtreecommitdiff
path: root/framework
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
commitba4357c5d1009bf13ec326bfd9d72973f7aab0ff (patch)
tree96b5d7f8aa12038dc25b0f458554861b19d28937 /framework
parent127deb15f47d4e99cf1b6e7c6f124a19f70721ba (diff)
cosmetic comments change regarding using --xxx instead of -xxx
Diffstat (limited to 'framework')
-rwxr-xr-xframework/qa/complex/broken_document/LoadDocument.java2
-rwxr-xr-xframework/source/services/autorecovery.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/broken_document/LoadDocument.java b/framework/qa/complex/broken_document/LoadDocument.java
index 789544cef0..c003ca5c73 100755
--- a/framework/qa/complex/broken_document/LoadDocument.java
+++ b/framework/qa/complex/broken_document/LoadDocument.java
@@ -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
* the ui, see if the headless mode of SOffice changes.
*/
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 9b77c6bd0c..3420a4f798 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 -> ----------------------------------