summaryrefslogtreecommitdiff
path: root/include/svl/documentlockfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/documentlockfile.hxx')
-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; }
};
}