diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:30:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:52:27 +0100 |
commit | 08cbfebc045715334701b2a7f318d10256499d50 (patch) | |
tree | 58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /tools/inc | |
parent | f0a94a67d3eb6d9ade5501db273d73c4091817ef (diff) |
add modelines to .h and .c files as well
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/poly.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/diagnose_ex.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/postsys.h | 2 | ||||
-rw-r--r-- | tools/inc/tools/postwin.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/postx.h | 2 | ||||
-rw-r--r-- | tools/inc/tools/presys.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/prewin.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/prex.h | 2 | ||||
-rw-r--r-- | tools/inc/tools/rc.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/rcid.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/solar.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/svwin.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/tools.h | 3 | ||||
-rw-r--r-- | tools/inc/tools/toolsdllapi.h | 2 | ||||
-rw-r--r-- | tools/inc/tools/weakbase.h | 2 |
15 files changed, 40 insertions, 0 deletions
diff --git a/tools/inc/poly.h b/tools/inc/poly.h index e6678e071f28..c584a9d32700 100644 --- a/tools/inc/poly.h +++ b/tools/inc/poly.h @@ -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. @@ -97,3 +98,5 @@ public: }; #endif // _SV_POLY_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/diagnose_ex.h b/tools/inc/tools/diagnose_ex.h index b244d11dc305..4b7ce44df320 100644 --- a/tools/inc/tools/diagnose_ex.h +++ b/tools/inc/tools/diagnose_ex.h @@ -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. @@ -173,3 +174,5 @@ } #endif // TOOLS_DIAGNOSE_EX_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/postsys.h b/tools/inc/tools/postsys.h index 3b7e37a4c23b..e52508f61802 100644 --- a/tools/inc/tools/postsys.h +++ b/tools/inc/tools/postsys.h @@ -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. @@ -242,3 +243,4 @@ WIN_BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int nc // Konfl�kt mit den Tools-Pair vermeiden #undef Pair +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/postwin.h b/tools/inc/tools/postwin.h index a6bd3431a9dc..5cffa3feb0e2 100644 --- a/tools/inc/tools/postwin.h +++ b/tools/inc/tools/postwin.h @@ -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. @@ -255,3 +256,5 @@ WIN_BOOL WINAPI WIN_PolyPolygon( HDC hDC, CONST POINT * ppt, LPINT npcnt, int nc // svwin.h nicht mehr includen #define _SVWIN_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/postx.h b/tools/inc/tools/postx.h index 3e77fde5d14b..3979438b29a8 100644 --- a/tools/inc/tools/postx.h +++ b/tools/inc/tools/postx.h @@ -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. @@ -71,3 +72,4 @@ Error KeyPress must be Equal 2 #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/presys.h b/tools/inc/tools/presys.h index 457b57142dcd..3c689c143ce6 100644 --- a/tools/inc/tools/presys.h +++ b/tools/inc/tools/presys.h @@ -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. @@ -41,3 +42,5 @@ #define Region WIN_Region #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/prewin.h b/tools/inc/tools/prewin.h index 43a4452594cc..8ced0bba8a78 100644 --- a/tools/inc/tools/prewin.h +++ b/tools/inc/tools/prewin.h @@ -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. @@ -78,3 +79,5 @@ extern "C" { #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/prex.h b/tools/inc/tools/prex.h index 17447b88a12f..49371f8d6a86 100644 --- a/tools/inc/tools/prex.h +++ b/tools/inc/tools/prex.h @@ -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. @@ -76,3 +77,4 @@ typedef unsigned long Pixel; #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/rc.h b/tools/inc/tools/rc.h index bd499717a3a4..dd6ddd8a548a 100644 --- a/tools/inc/tools/rc.h +++ b/tools/inc/tools/rc.h @@ -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. @@ -218,3 +219,5 @@ typedef short RSWND_STYLE; #define DATE_DAY 0x04 #endif // _TOOLS_RC_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/rcid.h b/tools/inc/tools/rcid.h index 3daf64c547a7..9fa43c503ee3 100644 --- a/tools/inc/tools/rcid.h +++ b/tools/inc/tools/rcid.h @@ -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,5 @@ // (RSC_NOTYPE + 0x200) - (RSC_NOTYPE + 0x300) fuer Sfx reserviert #endif // _RCID_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index edd9305b7534..ea1ee4230447 100644 --- a/tools/inc/tools/solar.h +++ b/tools/inc/tools/solar.h @@ -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. @@ -441,3 +442,5 @@ template<typename T> inline T Abs(T a) { return (a>=0?a:-a); } #endif #endif /* _SOLAR_H */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/svwin.h b/tools/inc/tools/svwin.h index b4ea6fcc3374..b257127d33eb 100644 --- a/tools/inc/tools/svwin.h +++ b/tools/inc/tools/svwin.h @@ -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. @@ -34,3 +35,5 @@ #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/tools.h b/tools/inc/tools/tools.h index e1ad470cf620..d8040a28a859 100644 --- a/tools/inc/tools/tools.h +++ b/tools/inc/tools/tools.h @@ -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. @@ -36,3 +37,5 @@ TOOLS_DLLPUBLIC void DeInitTools(); TOOLS_DLLPUBLIC void GlobalDeInitTools(); #endif // _TOOLS_H + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/toolsdllapi.h b/tools/inc/tools/toolsdllapi.h index fbd41130a145..6deb71293853 100644 --- a/tools/inc/tools/toolsdllapi.h +++ b/tools/inc/tools/toolsdllapi.h @@ -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. @@ -39,3 +40,4 @@ #endif /* INCLUDED_TOOLSDLLAPI_H */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/tools/inc/tools/weakbase.h b/tools/inc/tools/weakbase.h index a66da8c7c33f..7108ba882126 100644 --- a/tools/inc/tools/weakbase.h +++ b/tools/inc/tools/weakbase.h @@ -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. @@ -158,3 +159,4 @@ private: #endif // _TOOLS_WEAKBASE_H_ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |