summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/unitconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/unitconv.cxx')
-rw-r--r--svtools/source/misc/unitconv.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/misc/unitconv.cxx b/svtools/source/misc/unitconv.cxx
index 709ead2584a8..130c8edc24c8 100644
--- a/svtools/source/misc/unitconv.cxx
+++ b/svtools/source/misc/unitconv.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.
@@ -764,3 +765,4 @@ long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew )
return ConvertTable[nOld][nNew]( nVal );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */