summaryrefslogtreecommitdiff
path: root/svl/source/misc/documentlockfile.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 11:05:10 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 14:54:51 +0100
commita0e01e3a34d9f60822a5bc1bfe90cb74b62bb999 (patch)
treec027d4eb555cdb19d550cd18a0dfdbe3ac4ffd1f /svl/source/misc/documentlockfile.cxx
parenta6dc9f3fd18ad69aa041662628f4f923ab3a82f8 (diff)
loplugin:singlevalfields in svl
Change-Id: I26d11f60f486f3cfe4615828a410789f8e22af48 Reviewed-on: https://gerrit.libreoffice.org/64602 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svl/source/misc/documentlockfile.cxx')
-rw-r--r--svl/source/misc/documentlockfile.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/source/misc/documentlockfile.cxx b/svl/source/misc/documentlockfile.cxx
index 837005bd6f85..406dfb5d9693 100644
--- a/svl/source/misc/documentlockfile.cxx
+++ b/svl/source/misc/documentlockfile.cxx
@@ -54,9 +54,6 @@ using namespace ::com::sun::star;
namespace svt {
-bool DocumentLockFile::m_bAllowInteraction = true;
-
-
DocumentLockFile::DocumentLockFile( const OUString& aOrigURL )
: LockFileCommon( aOrigURL, ".~lock." )
{