diff options
Diffstat (limited to 'autodoc/source/ary/kernel/slots.cxx')
-rw-r--r-- | autodoc/source/ary/kernel/slots.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/ary/kernel/slots.cxx b/autodoc/source/ary/kernel/slots.cxx index ef2e06ae8388..5689432cd8e8 100644 --- a/autodoc/source/ary/kernel/slots.cxx +++ b/autodoc/source/ary/kernel/slots.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. @@ -162,3 +163,5 @@ Slot_ListLocalCe::StoreEntries( Display & o_rDestination ) const } // namespace ary + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |