summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter/xfbase64.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/xfilter/xfbase64.cxx')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfbase64.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfbase64.cxx b/lotuswordpro/source/filter/xfilter/xfbase64.cxx
index 34908fc87..34ff08b14 100644
--- a/lotuswordpro/source/filter/xfilter/xfbase64.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfbase64.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -133,4 +134,5 @@ rtl::OUString XFBase64::Encode(sal_uInt8 *buf, sal_Int32 len)
delete[] buffer;
return str;
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */