summaryrefslogtreecommitdiff
path: root/desktop/source/app/cmdlineargs.hxx
diff options
context:
space:
mode:
authorLars Oppermann <lo@openoffice.org>2002-10-24 12:15:14 +0000
committerLars Oppermann <lo@openoffice.org>2002-10-24 12:15:14 +0000
commitba0e5e6041e0fe74434fd651ab9214598bf9bfcd (patch)
tree6500c6bfafb03ad57411562bbeabdc8583bc4f8c /desktop/source/app/cmdlineargs.hxx
parent9e02869956a1b5da942fbfed6fbc239f33dfa4a2 (diff)
#104393# -nolockcheck parameter
Diffstat (limited to 'desktop/source/app/cmdlineargs.hxx')
-rw-r--r--desktop/source/app/cmdlineargs.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx
index a7434bbb4f2e..70598b22374c 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmdlineargs.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: lo $ $Date: 2002-10-17 10:46:28 $
+ * last change: $Author: lo $ $Date: 2002-10-24 13:15:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,7 @@ class CommandLineArgs
CMD_BOOLPARAM_QUICKSTART,
CMD_BOOLPARAM_TERMINATEAFTERINIT,
CMD_BOOLPARAM_NOLOGO,
+ CMD_BOOLPARAM_NOLOCKCHECK,
CMD_BOOLPARAM_MASTER,
CMD_BOOLPARAM_COUNT // must be last element!
};
@@ -134,6 +135,7 @@ class CommandLineArgs
sal_Bool IsQuickstart() const;
sal_Bool IsTerminateAfterInit() const;
sal_Bool IsNoLogo() const;
+ sal_Bool IsNoLockcheck() const;
sal_Bool GetPortalConnectString( ::rtl::OUString& rPara) const;
sal_Bool GetAcceptString( ::rtl::OUString& rPara) const;