diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:45:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:48:02 +0100 |
commit | b77940e5af41aae869e9415aef5b184a51601df4 (patch) | |
tree | 0d859634fa75d377a1bb403daa4e581cff208f7e /extensions/source/activex | |
parent | 6a6190a7bbe8e12a52a8a0a3b69d58ea4a90c31c (diff) |
add modelines to .hxx files as well
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/main/SOActionsApproval.h | 2 | ||||
-rw-r--r-- | extensions/source/activex/main/SOActiveX.h | 2 | ||||
-rw-r--r-- | extensions/source/activex/main/SOComWindowPeer.h | 3 | ||||
-rw-r--r-- | extensions/source/activex/main/SODispatchInterceptor.h | 3 | ||||
-rw-r--r-- | extensions/source/activex/main/StdAfx2.h | 3 | ||||
-rw-r--r-- | extensions/source/activex/main/com_uno_helper.h | 2 | ||||
-rw-r--r-- | extensions/source/activex/main/resource.h | 2 |
7 files changed, 17 insertions, 0 deletions
diff --git a/extensions/source/activex/main/SOActionsApproval.h b/extensions/source/activex/main/SOActionsApproval.h index d10ec1461d80..a5570312864d 100644 --- a/extensions/source/activex/main/SOActionsApproval.h +++ b/extensions/source/activex/main/SOActionsApproval.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // SOActionsApproval.h: Definition of the SOActionsApproval class // ////////////////////////////////////////////////////////////////////// @@ -79,3 +80,4 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SODOCUMENTEVENTLISTENER) #endif // __SODOCUMENTEVENTLISTENER_H_ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/main/SOActiveX.h b/extensions/source/activex/main/SOActiveX.h index 2bf33f96b4e9..fea95d09c9b9 100644 --- a/extensions/source/activex/main/SOActiveX.h +++ b/extensions/source/activex/main/SOActiveX.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // SOActiveX.h : Declaration of the CSOActiveX #ifndef __SOACTIVEX_H_ @@ -174,3 +175,4 @@ public: #endif //__SOACTIVEX_H_ +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/main/SOComWindowPeer.h b/extensions/source/activex/main/SOComWindowPeer.h index 55be8cafcbb0..c819e17a81ea 100644 --- a/extensions/source/activex/main/SOComWindowPeer.h +++ b/extensions/source/activex/main/SOComWindowPeer.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // SOComWindowPeer.h: Definition of the SOComWindowPeer class // ////////////////////////////////////////////////////////////////////// @@ -131,3 +132,5 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER) }; #endif // __SOCOMWINDOWPEER_H_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/main/SODispatchInterceptor.h b/extensions/source/activex/main/SODispatchInterceptor.h index 9bec765e8aab..538b12f24d2e 100644 --- a/extensions/source/activex/main/SODispatchInterceptor.h +++ b/extensions/source/activex/main/SODispatchInterceptor.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // SODispatchInterceptor.h: Definition of the SODispatchInterceptor class // ////////////////////////////////////////////////////////////////////// @@ -153,3 +154,5 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SODISPATCHINTERCEPTOR) }; #endif // __SODISPATCHINTERCEPTOR_H_ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/main/StdAfx2.h b/extensions/source/activex/main/StdAfx2.h index c7e2997e0c6d..5c540b0ba329 100644 --- a/extensions/source/activex/main/StdAfx2.h +++ b/extensions/source/activex/main/StdAfx2.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ // stdafx1.h : include file for standard system include files, // or project specific include files that are used frequently, // but are changed infrequently @@ -40,3 +41,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/extensions/source/activex/main/com_uno_helper.h b/extensions/source/activex/main/com_uno_helper.h index 19be354f9bf0..230fc63a6e77 100644 --- a/extensions/source/activex/main/com_uno_helper.h +++ b/extensions/source/activex/main/com_uno_helper.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #include "stdafx2.h" HRESULT ExecuteFunc( IDispatch* idispUnoObject, @@ -22,3 +23,4 @@ HRESULT GetPropertiesFromIDisp( IDispatch* pdispObject, CComVariant* pVariant, unsigned int count ); +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/main/resource.h b/extensions/source/activex/main/resource.h index 7e4be1ee24e7..fe74853c6d15 100644 --- a/extensions/source/activex/main/resource.h +++ b/extensions/source/activex/main/resource.h @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by so_activex.rc @@ -24,3 +25,4 @@ #endif #endif +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |