summaryrefslogtreecommitdiff
path: root/svtools/source/edit/sychconv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/edit/sychconv.cxx')
-rw-r--r--svtools/source/edit/sychconv.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/edit/sychconv.cxx b/svtools/source/edit/sychconv.cxx
index 3efa510bfc5a..bc969b53aee8 100644
--- a/svtools/source/edit/sychconv.cxx
+++ b/svtools/source/edit/sychconv.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.
@@ -101,3 +102,5 @@ BOOL SymCharConverter::Convert( Font& rFont, UniString& rString, OutputDevice* p
}
else return FALSE;
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */