summaryrefslogtreecommitdiffstats
path: root/tools/source/generic/fract.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/fract.cxx')
-rw-r--r--tools/source/generic/fract.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/source/generic/fract.cxx b/tools/source/generic/fract.cxx
index 8ffe4a338fe1..538bee357801 100644
--- a/tools/source/generic/fract.cxx
+++ b/tools/source/generic/fract.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.
@@ -732,3 +733,5 @@ SvStream& operator << ( SvStream& rOStream, const Fraction& rFract )
rOStream << rFract.nDenominator;
return rOStream;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */