summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/anytostring.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/anytostring.cxx')
-rw-r--r--comphelper/source/misc/anytostring.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/source/misc/anytostring.cxx b/comphelper/source/misc/anytostring.cxx
index 01f282172f18..bdb6d44d6e1f 100644
--- a/comphelper/source/misc/anytostring.cxx
+++ b/comphelper/source/misc/anytostring.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.
@@ -333,3 +334,4 @@ rtl::OUString anyToString( uno::Any const & value )
} // namespace comphelper
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */