diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-29 21:42:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-30 09:09:25 +0100 |
commit | 1f5c696c371a36868c64cb2854a039446ddaddf7 (patch) | |
tree | 57d16059796c304a4943308c4699718766b6c891 /basic/source | |
parent | ffbab6ccbd1f6f3014333fc5767b75628c7c91e4 (diff) |
add mode-lines to .m files and last round of merged files, etc.
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/basmgr/vbahelper.cxx | 3 | ||||
-rw-r--r-- | basic/source/inc/sbdiagnose.hxx | 3 | ||||
-rw-r--r-- | basic/source/inc/sbtrace.hxx | 3 | ||||
-rw-r--r-- | basic/source/runtime/comenumwrapper.cxx | 2 | ||||
-rw-r--r-- | basic/source/runtime/comenumwrapper.hxx | 2 | ||||
-rw-r--r-- | basic/source/runtime/sbdiagnose.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxvals.cxx | 3 |
7 files changed, 18 insertions, 0 deletions
diff --git a/basic/source/basmgr/vbahelper.cxx b/basic/source/basmgr/vbahelper.cxx index 555e1162580b..267626f4d0de 100644 --- a/basic/source/basmgr/vbahelper.cxx +++ b/basic/source/basmgr/vbahelper.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. @@ -264,3 +265,5 @@ void registerCurrentDirectory( const uno::Reference< frame::XModel >& rxModel, c } // namespace vba } // namespace basic + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/inc/sbdiagnose.hxx b/basic/source/inc/sbdiagnose.hxx index 065efdb183e1..2422da2e5064 100644 --- a/basic/source/inc/sbdiagnose.hxx +++ b/basic/source/inc/sbdiagnose.hxx @@ -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. * @@ -32,3 +33,5 @@ void ResetCapturedAssertions(); #endif #endif // BASIC_SBDIAGNOSE_HXX + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/inc/sbtrace.hxx b/basic/source/inc/sbtrace.hxx index 1f450d542b5d..1cf1774b74bc 100644 --- a/basic/source/inc/sbtrace.hxx +++ b/basic/source/inc/sbtrace.hxx @@ -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. @@ -55,3 +56,5 @@ void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite ); #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/runtime/comenumwrapper.cxx b/basic/source/runtime/comenumwrapper.cxx index 45e3a5f45376..5fb3c32970ac 100644 --- a/basic/source/runtime/comenumwrapper.cxx +++ b/basic/source/runtime/comenumwrapper.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. @@ -79,3 +80,4 @@ uno::Any SAL_CALL ComEnumerationWrapper::nextElement() } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/runtime/comenumwrapper.hxx b/basic/source/runtime/comenumwrapper.hxx index b2464d686f67..99057df66af2 100644 --- a/basic/source/runtime/comenumwrapper.hxx +++ b/basic/source/runtime/comenumwrapper.hxx @@ -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. @@ -52,3 +53,4 @@ public: #endif // _COMENUMWRAPPER_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/runtime/sbdiagnose.cxx b/basic/source/runtime/sbdiagnose.cxx index 97bfb0a00814..3516425c8533 100644 --- a/basic/source/runtime/sbdiagnose.cxx +++ b/basic/source/runtime/sbdiagnose.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. * @@ -132,3 +133,4 @@ RTLFUNC(CaptureAssertions) #endif } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/source/sbx/sbxvals.cxx b/basic/source/sbx/sbxvals.cxx index 71a3bfc7f0d8..b3dede2262cf 100644 --- a/basic/source/sbx/sbxvals.cxx +++ b/basic/source/sbx/sbxvals.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. @@ -107,3 +108,5 @@ BigInt::BigInt( const SbxUINT64 &r ) *this *= a10000; *this += (sal_uInt16)r.nLow; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |