summaryrefslogtreecommitdiff
path: root/filter/source/placeware/Base64Codec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/placeware/Base64Codec.cxx')
-rw-r--r--filter/source/placeware/Base64Codec.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/placeware/Base64Codec.cxx b/filter/source/placeware/Base64Codec.cxx
index 624be24dc256..4fef9df67517 100644
--- a/filter/source/placeware/Base64Codec.cxx
+++ b/filter/source/placeware/Base64Codec.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.
@@ -205,3 +206,5 @@ void Base64Codec::decodeBase64(uno::Sequence< sal_uInt8 >& aBuffer, const rtl::O
delete[] pBuffer;
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */