diff options
Diffstat (limited to 'autodoc/source/display/html/cfrstd.cxx')
-rw-r--r-- | autodoc/source/display/html/cfrstd.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/cfrstd.cxx b/autodoc/source/display/html/cfrstd.cxx index 3b45576c17ae..8a4a9f6bc91f 100644 --- a/autodoc/source/display/html/cfrstd.cxx +++ b/autodoc/source/display/html/cfrstd.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. @@ -342,3 +343,5 @@ MakeCopyRight() return String(cr.c_str()); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |