summaryrefslogtreecommitdiffstats
path: root/tools/source/generic/svborder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/svborder.cxx')
-rw-r--r--tools/source/generic/svborder.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/source/generic/svborder.cxx b/tools/source/generic/svborder.cxx
index eb254faf2310..b9912a97d853 100644
--- a/tools/source/generic/svborder.cxx
+++ b/tools/source/generic/svborder.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.
@@ -75,3 +76,4 @@ Rectangle & operator -= ( Rectangle & rRect, const SvBorder & rBorder )
return rRect;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */