summaryrefslogtreecommitdiff
path: root/filter/source/svg/units.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/units.cxx')
-rw-r--r--filter/source/svg/units.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/svg/units.cxx b/filter/source/svg/units.cxx
index 9c98caca2122..af62a1ca1520 100644
--- a/filter/source/svg/units.cxx
+++ b/filter/source/svg/units.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -114,3 +115,5 @@ double convLength( const rtl::OUString& sValue, const State& rState, char dir )
}
} // namespace svgi
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */