diff options
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/activex/SOActionsApproval.h | 6 | ||||
-rw-r--r-- | extensions/source/activex/SODispatchInterceptor.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/activex/SOActionsApproval.h b/extensions/source/activex/SOActionsApproval.h index ca99b45c9578..68d9778b7bc1 100644 --- a/extensions/source/activex/SOActionsApproval.h +++ b/extensions/source/activex/SOActionsApproval.h @@ -19,8 +19,8 @@ // SOActionsApproval.h: Definition of the SOActionsApproval class -#ifndef __SODOCUMENTEVENTLISTENER_H_ -#define __SODOCUMENTEVENTLISTENER_H_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SOACTIONSAPPROVAL_H +#define INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SOACTIONSAPPROVAL_H #ifdef _MSC_VER #pragma once @@ -90,6 +90,6 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SODOCUMENTEVENTLISTENER) } }; -#endif // __SODOCUMENTEVENTLISTENER_H_ +#endif // INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SOACTIONSAPPROVAL_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/activex/SODispatchInterceptor.h b/extensions/source/activex/SODispatchInterceptor.h index 528eb3dba404..f0ec8c47b64d 100644 --- a/extensions/source/activex/SODispatchInterceptor.h +++ b/extensions/source/activex/SODispatchInterceptor.h @@ -19,8 +19,8 @@ // SODispatchInterceptor.h: Definition of the SODispatchInterceptor class -#ifndef __SODISPATCHINTERCEPTOR_H_ -#define __SODISPATCHINTERCEPTOR_H_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SODISPATCHINTERCEPTOR_H +#define INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SODISPATCHINTERCEPTOR_H #ifdef _MSC_VER #pragma once @@ -166,6 +166,6 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SODISPATCHINTERCEPTOR) } }; -#endif // __SODISPATCHINTERCEPTOR_H_ +#endif // INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SODISPATCHINTERCEPTOR_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |