summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/pm_namsp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/pm_namsp.cxx')
-rw-r--r--autodoc/source/display/html/pm_namsp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/pm_namsp.cxx b/autodoc/source/display/html/pm_namsp.cxx
index ea13c237919f..ea07fc77a45c 100644
--- a/autodoc/source/display/html/pm_namsp.cxx
+++ b/autodoc/source/display/html/pm_namsp.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.
@@ -171,3 +172,5 @@ PageMaker_Namespace::Write_ChildLists_forClasses( const char * i_sListTi
if ( bChildrenExist )
CurOut() << new HorizontalLine;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */