summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/stillreadwriteinteraction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/stillreadwriteinteraction.cxx')
-rw-r--r--comphelper/source/misc/stillreadwriteinteraction.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/comphelper/source/misc/stillreadwriteinteraction.cxx b/comphelper/source/misc/stillreadwriteinteraction.cxx
index 7499758708b3..f51353e47897 100644
--- a/comphelper/source/misc/stillreadwriteinteraction.cxx
+++ b/comphelper/source/misc/stillreadwriteinteraction.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -136,3 +137,5 @@ ucbhelper::InterceptedInteraction::EInterceptionState StillReadWriteInteraction:
return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */