summaryrefslogtreecommitdiff
path: root/tools/source/rc/resary.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/resary.cxx')
-rw-r--r--tools/source/rc/resary.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx
index a55a4f644a9f..c435a0627713 100644
--- a/tools/source/rc/resary.cxx
+++ b/tools/source/rc/resary.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.
@@ -76,3 +77,5 @@ sal_uInt32 ResStringArray::FindIndex( long nValue ) const
}
return RESARRAY_INDEX_NOTFOUND;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */