From a0e01e3a34d9f60822a5bc1bfe90cb74b62bb999 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Dec 2018 11:05:10 +0200 Subject: loplugin:singlevalfields in svl Change-Id: I26d11f60f486f3cfe4615828a410789f8e22af48 Reviewed-on: https://gerrit.libreoffice.org/64602 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/documentlockfile.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/svl/documentlockfile.hxx') diff --git a/include/svl/documentlockfile.hxx b/include/svl/documentlockfile.hxx index 25531dc3332e..f91aa352c56e 100644 --- a/include/svl/documentlockfile.hxx +++ b/include/svl/documentlockfile.hxx @@ -31,9 +31,6 @@ namespace svt { class SVL_DLLPUBLIC DocumentLockFile : public LockFileCommon { - // the workaround for automated testing! - static bool m_bAllowInteraction; - css::uno::Reference< css::io::XInputStream > OpenStream(); void WriteEntryToStream( const LockFileEntry& aEntry, const css::uno::Reference< css::io::XOutputStream >& xStream ); @@ -49,8 +46,6 @@ public: void RemoveFile(); /// Only delete lockfile, disregarding ownership void RemoveFileDirectly(); - - static bool IsInteractionAllowed() { return m_bAllowInteraction; } }; } -- cgit