summaryrefslogtreecommitdiff
path: root/rsc/source/tools/rschash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/tools/rschash.cxx')
-rw-r--r--rsc/source/tools/rschash.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsc/source/tools/rschash.cxx b/rsc/source/tools/rschash.cxx
index dc7d898fde7a..ad496dfb3753 100644
--- a/rsc/source/tools/rschash.cxx
+++ b/rsc/source/tools/rschash.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.
@@ -66,3 +67,5 @@ const OString& AtomContainer::getString( Atom nAtom )
m_aIDToString.find( nAtom );
return (it != m_aIDToString.end()) ? it->second : m_aIDToString[0];
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */