diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:05:40 +0100 |
commit | 8cad7d1947a02e28355c03b787df40052b48e4e4 (patch) | |
tree | b71a04edc599cdc50515ba552f63c6fb68badd27 /odk/examples/OLE | |
parent | 76c11607870c5370074be050c96e990298733d5e (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'odk/examples/OLE')
-rw-r--r-- | odk/examples/OLE/activex/SOActiveX.h | 2 | ||||
-rw-r--r-- | odk/examples/OLE/activex/SOComWindowPeer.h | 3 | ||||
-rw-r--r-- | odk/examples/OLE/activex/StdAfx2.h | 3 | ||||
-rw-r--r-- | odk/examples/OLE/activex/resource.h | 2 |
4 files changed, 10 insertions, 0 deletions
diff --git a/odk/examples/OLE/activex/SOActiveX.h b/odk/examples/OLE/activex/SOActiveX.h index 8b587217cf03..2f71bcd3108f 100644 --- a/odk/examples/OLE/activex/SOActiveX.h +++ b/odk/examples/OLE/activex/SOActiveX.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -164,3 +165,4 @@ public: #endif //__SOACTIVEX_H_ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/odk/examples/OLE/activex/SOComWindowPeer.h b/odk/examples/OLE/activex/SOComWindowPeer.h index 31a94999601d..dfd39b5b1859 100644 --- a/odk/examples/OLE/activex/SOComWindowPeer.h +++ b/odk/examples/OLE/activex/SOComWindowPeer.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -160,3 +161,5 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER) }; #endif // __SOCOMWINDOWPEER_H_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/odk/examples/OLE/activex/StdAfx2.h b/odk/examples/OLE/activex/StdAfx2.h index 61174de0d2fd..bfb06fa7b34d 100644 --- a/odk/examples/OLE/activex/StdAfx2.h +++ b/odk/examples/OLE/activex/StdAfx2.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -63,3 +64,5 @@ extern CComModule _Module; // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_STDAFX_H__C1799EA0_62CC_44DE_A2DD_C9F0410FF7F1__INCLUDED) + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/odk/examples/OLE/activex/resource.h b/odk/examples/OLE/activex/resource.h index 7cea26317723..bf1bf5c7dedc 100644 --- a/odk/examples/OLE/activex/resource.h +++ b/odk/examples/OLE/activex/resource.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -53,3 +54,4 @@ #endif #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |