diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 12:06:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-15 12:50:46 +0000 |
commit | 2bd7767d010401199ad50c2ef2791b53ae03fb03 (patch) | |
tree | a5698e6e668fa8e8a7d7fc1fd088247776d3e11d /include/systools | |
parent | 3efddb093e72c100bc609ec691effb4563af2c20 (diff) |
Resolves fdo#70681: fixincludeguards.pl: all that's left
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'include/systools')
-rw-r--r-- | include/systools/win32/comptr.hxx | 4 | ||||
-rw-r--r-- | include/systools/win32/snprintf.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/systools/win32/comptr.hxx b/include/systools/win32/comptr.hxx index 5e5b6b6886c1..db027274bc63 100644 --- a/include/systools/win32/comptr.hxx +++ b/include/systools/win32/comptr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef COMPTR_HXX -#define COMPTR_HXX +#ifndef INCLUDED_SYSTOOLS_WIN32_COMPTR_HXX +#define INCLUDED_SYSTOOLS_WIN32_COMPTR_HXX #include <sal/types.h> #include <osl/diagnose.h> diff --git a/include/systools/win32/snprintf.h b/include/systools/win32/snprintf.h index e5e60eaa9ada..92e571f91ee8 100644 --- a/include/systools/win32/snprintf.h +++ b/include/systools/win32/snprintf.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SNPRINTF_H -#define _SNPRINTF_H +#ifndef INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H +#define INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H #if !defined(_WIN32) #error ERROR: Only Win32 target supported! @@ -83,6 +83,6 @@ _SNPRINTF_DLLIMPORT int __cdecl snprintf( char *buffer, size_t count, const char } #endif -#endif /* _SNPRINTF_H */ +#endif // INCLUDED_SYSTOOLS_WIN32_SNPRINTF_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |