diff options
Diffstat (limited to 'forms/source/xforms/mip.cxx')
-rw-r--r-- | forms/source/xforms/mip.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/xforms/mip.cxx b/forms/source/xforms/mip.cxx index be4ad2b7a..0a645d3b7 100644 --- a/forms/source/xforms/mip.cxx +++ b/forms/source/xforms/mip.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. @@ -124,3 +125,5 @@ void MIP::resetTypeName() { msTypeName = rtl::OUString(); mbHasTypeName } // namespace xforms + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |