summaryrefslogtreecommitdiffstats
path: root/tools/source/stream/cachestr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/cachestr.cxx')
-rw-r--r--tools/source/stream/cachestr.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/stream/cachestr.cxx b/tools/source/stream/cachestr.cxx
index 0233dc25fb52..bd7bbccdde46 100644
--- a/tools/source/stream/cachestr.cxx
+++ b/tools/source/stream/cachestr.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.
@@ -288,3 +289,5 @@ const Link& SvCacheStream::GetFilenameHdl() const
{
return aFilenameLinkHdl;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */