summaryrefslogtreecommitdiff
path: root/include/svl
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 /include/svl
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 'include/svl')
-rw-r--r--include/svl/documentlockfile.hxx5
1 files changed, 0 insertions, 5 deletions
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; }
};
}