summaryrefslogtreecommitdiff
path: root/l10ntools/source/srciter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/srciter.cxx')
-rw-r--r--l10ntools/source/srciter.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/source/srciter.cxx b/l10ntools/source/srciter.cxx
index e928a244efe6..12dc8d52d14e 100644
--- a/l10ntools/source/srciter.cxx
+++ b/l10ntools/source/srciter.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.
@@ -136,3 +137,5 @@ void SourceTreeIterator::OnExecuteDirectory( const rtl::OUString &rDirectory )
{
fprintf( stdout, "%s\n", rtl::OUStringToOString( rDirectory, RTL_TEXTENCODING_UTF8, rDirectory.getLength() ).getStr() );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */