summaryrefslogtreecommitdiff
path: root/l10ntools/source/utf8conv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/utf8conv.cxx')
-rw-r--r--l10ntools/source/utf8conv.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/source/utf8conv.cxx b/l10ntools/source/utf8conv.cxx
index 23642a29c88a..72dd18aa7398 100644
--- a/l10ntools/source/utf8conv.cxx
+++ b/l10ntools/source/utf8conv.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.
@@ -72,3 +73,5 @@ ByteString UTF8Converter::ConvertFromUTF8(
Convert( sReturn, RTL_TEXTENCODING_UTF8, nEncoding );
return sReturn;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */