summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-01 11:03:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-01 11:03:34 +0100
commit2c2ff538908e4c61987469c9e09325c2b479b185 (patch)
tree3f760c9ad4d9f76d15726589b8f24c6ae44aa964
parent84f4b84212c1d3d27376a430d172f3382922f3f9 (diff)
fdo#71005 Remove odd "Workaround for automated testing"
...that got added by 62ee5e1a752033344c172ad2380a5f1e2492330a "INTEGRATION: CWS calcshare2: #i85794# workaround for automated testing" but does not make much sense, esp. as all our (subsequent-)checks each use a dedicated, throwaway UserInstallation anyway. Change-Id: I64ca47a7d7ee3c2eb2ab33eebcec5a79a7e3d0df
-rw-r--r--desktop/source/app/cmdlineargs.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/cmdlineargs.cxx b/desktop/source/app/cmdlineargs.cxx
index a2a1cd10d9e6..0a63a3bb8fad 100644
--- a/desktop/source/app/cmdlineargs.cxx
+++ b/desktop/source/app/cmdlineargs.cxx
@@ -453,8 +453,6 @@ bool CommandLineArgs::InterpretCommandLineParameter( const OUString& aArg, OUStr
else if ( oArg == "nolockcheck" )
{
m_nolockcheck = true;
- // Workaround for automated testing
- ::svt::DocumentLockFile::AllowInteraction( false );
}
#endif
else if ( oArg == "help" || aArg == "-h" || aArg == "-?" )