summaryrefslogtreecommitdiff
path: root/l10ntools/inc/utf8conv.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/inc/utf8conv.hxx')
-rw-r--r--l10ntools/inc/utf8conv.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/inc/utf8conv.hxx b/l10ntools/inc/utf8conv.hxx
index e4f8fbe4fd51..3da214a03c6f 100644
--- a/l10ntools/inc/utf8conv.hxx
+++ b/l10ntools/inc/utf8conv.hxx
@@ -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.
@@ -42,3 +43,5 @@ public:
static ByteString ConvertToUTF8( const ByteString &rASCII, rtl_TextEncoding nEncoding );
static ByteString ConvertFromUTF8( const ByteString &rUTF8, rtl_TextEncoding nEncoding );
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */