diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-18 20:41:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-19 11:10:10 +0200 |
commit | f400bdce03262d2a5f3fbf34897c5ddde153152c (patch) | |
tree | a88cb9b9117625777aa1098c4a5ca9979ae9471b /extensions/source/nsplugin | |
parent | 2dfd63991607cc3388cbdc1de745c34d9102804b (diff) |
fixincludeguards.sh: extensions
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
Diffstat (limited to 'extensions/source/nsplugin')
-rw-r--r-- | extensions/source/nsplugin/source/ns_debug.hxx | 4 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/nsp_func.hxx | 6 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/nsp_windows.hxx | 4 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/so_closelistener.hxx | 4 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/so_env.hxx | 4 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/so_instance.hxx | 4 | ||||
-rw-r--r-- | extensions/source/nsplugin/source/so_msg.hxx | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/extensions/source/nsplugin/source/ns_debug.hxx b/extensions/source/nsplugin/source/ns_debug.hxx index 38c9a2af3626..dc6ddc3f4942 100644 --- a/extensions/source/nsplugin/source/ns_debug.hxx +++ b/extensions/source/nsplugin/source/ns_debug.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __NSDEBUG_HXX_ -#define __NSDEBUG_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NS_DEBUG_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NS_DEBUG_HXX #define NPP_PATH_MAX 1024 #define NPP_BUFFER_SIZE 1024 diff --git a/extensions/source/nsplugin/source/nsp_func.hxx b/extensions/source/nsplugin/source/nsp_func.hxx index ca1a62a8ecca..bcf4bf1f2ad0 100644 --- a/extensions/source/nsplugin/source/nsp_func.hxx +++ b/extensions/source/nsplugin/source/nsp_func.hxx @@ -25,8 +25,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ -#ifndef __NSP_FUNC_HXX -#define __NSP_FUNC_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NSP_FUNC_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NSP_FUNC_HXX // Some function different from UNIX and Window. @@ -98,6 +98,6 @@ typedef HANDLE NSP_PIPE_FD; #endif //end of WNT -#endif //end of __NSP_FUNC_HXX +#endif //end of INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NSP_FUNC_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/nsplugin/source/nsp_windows.hxx b/extensions/source/nsplugin/source/nsp_windows.hxx index cd08c936175b..4dbcc8413652 100644 --- a/extensions/source/nsplugin/source/nsp_windows.hxx +++ b/extensions/source/nsplugin/source/nsp_windows.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __NSP_WINDOWS_HXX__ -#define __NSP_WINDOWS_HXX__ +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NSP_WINDOWS_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_NSP_WINDOWS_HXX #ifdef WNT #ifdef _MSC_VER #pragma warning (push,1) diff --git a/extensions/source/nsplugin/source/so_closelistener.hxx b/extensions/source/nsplugin/source/so_closelistener.hxx index 2bd9cc98e7f0..af38c243b8ab 100644 --- a/extensions/source/nsplugin/source/so_closelistener.hxx +++ b/extensions/source/nsplugin/source/so_closelistener.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __SO_CLOSELISTENER_HXX_ -#define __SO_CLOSELISTENER_HXX_ +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_CLOSELISTENER_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_CLOSELISTENER_HXX #include <com/sun/star/util/XCloseListener.hpp> #include <cppuhelper/implbase1.hxx> diff --git a/extensions/source/nsplugin/source/so_env.hxx b/extensions/source/nsplugin/source/so_env.hxx index 461252292a81..28c6c6716409 100644 --- a/extensions/source/nsplugin/source/so_env.hxx +++ b/extensions/source/nsplugin/source/so_env.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __SO_ENVIRON_HXX__ -#define __SO_ENVIRON_HXX__ +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_ENV_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_ENV_HXX diff --git a/extensions/source/nsplugin/source/so_instance.hxx b/extensions/source/nsplugin/source/so_instance.hxx index 92b771ed5c5c..7e959b936ad1 100644 --- a/extensions/source/nsplugin/source/so_instance.hxx +++ b/extensions/source/nsplugin/source/so_instance.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __SO_INSTANCE_HXX__ -#define __SO_INSTANCE_HXX__ +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_INSTANCE_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_INSTANCE_HXX #include <com/sun/star/lang/XServiceInfo.hpp> #include <osl/diagnose.h> diff --git a/extensions/source/nsplugin/source/so_msg.hxx b/extensions/source/nsplugin/source/so_msg.hxx index 419dd49053e4..c556bb54137f 100644 --- a/extensions/source/nsplugin/source/so_msg.hxx +++ b/extensions/source/nsplugin/source/so_msg.hxx @@ -26,8 +26,8 @@ * ************************************************************************/ -#ifndef __PLUGIN_MSG_HXX -#define __PLUGIN_MSG_HXX +#ifndef INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_MSG_HXX +#define INCLUDED_EXTENSIONS_SOURCE_NSPLUGIN_SOURCE_SO_MSG_HXX enum msg_type { SO_EMPTY, // 0 |