diff options
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/ByteBufferWrapper.hxx | 4 | ||||
-rw-r--r-- | include/sal/config.h | 6 | ||||
-rw-r--r-- | include/sal/macros.h | 4 | ||||
-rw-r--r-- | include/sal/main.h | 6 | ||||
-rw-r--r-- | include/sal/saldllapi.h | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/include/sal/ByteBufferWrapper.hxx b/include/sal/ByteBufferWrapper.hxx index 17edfa48af01..d90fec5501d3 100644 --- a/include/sal/ByteBufferWrapper.hxx +++ b/include/sal/ByteBufferWrapper.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef _SAL_BYTEBUFFERWRAPPER_HXX -#define _SAL_BYTEBUFFERWRAPPER_HXX +#ifndef INCLUDED_SAL_BYTEBUFFERWRAPPER_HXX +#define INCLUDED_SAL_BYTEBUFFERWRAPPER_HXX #ifdef ANDROID diff --git a/include/sal/config.h b/include/sal/config.h index a7943a50210f..da7ef5362f8f 100644 --- a/include/sal/config.h +++ b/include/sal/config.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SAL_CONFIG_H_ -#define _SAL_CONFIG_H_ +#ifndef INCLUDED_SAL_CONFIG_H +#define INCLUDED_SAL_CONFIG_H #if defined LIBO_INTERNAL_ONLY #include "config_global.h" @@ -91,7 +91,7 @@ #define sun sun #endif -#endif /*_SAL_CONFIG_H_ */ +#endif // INCLUDED_SAL_CONFIG_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sal/macros.h b/include/sal/macros.h index 262f81996657..e5d233801295 100644 --- a/include/sal/macros.h +++ b/include/sal/macros.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SAL_MACROS_H_ -#define _SAL_MACROS_H_ +#ifndef INCLUDED_SAL_MACROS_H +#define INCLUDED_SAL_MACROS_H #include <stddef.h> diff --git a/include/sal/main.h b/include/sal/main.h index 6abf58824f20..207e84788cc3 100644 --- a/include/sal/main.h +++ b/include/sal/main.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SAL_MAIN_H_ -#define _SAL_MAIN_H_ +#ifndef INCLUDED_SAL_MAIN_H +#define INCLUDED_SAL_MAIN_H #include "sal/config.h" @@ -144,6 +144,6 @@ int WINAPI WinMain( HINSTANCE _hinst, HINSTANCE _dummy, char* _cmdline, int _nsh } /* extern "C" */ #endif -#endif /* _SAL_MAIN_H_ */ +#endif // INCLUDED_SAL_MAIN_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/sal/saldllapi.h b/include/sal/saldllapi.h index f45e50e1cc5b..2eca05de7e18 100644 --- a/include/sal/saldllapi.h +++ b/include/sal/saldllapi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SALDLLAPI_H -#define INCLUDED_SALDLLAPI_H +#ifndef INCLUDED_SAL_SALDLLAPI_H +#define INCLUDED_SAL_SALDLLAPI_H #include "sal/config.h" @@ -30,6 +30,6 @@ #define SAL_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#endif /* INCLUDED_SALDLLAPI_H */ +#endif // INCLUDED_SAL_SALDLLAPI_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |