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 /sal/osl/w32 | |
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 'sal/osl/w32')
-rw-r--r-- | sal/osl/w32/file_error.h | 6 | ||||
-rw-r--r-- | sal/osl/w32/file_url.h | 6 | ||||
-rw-r--r-- | sal/osl/w32/path_helper.h | 4 | ||||
-rw-r--r-- | sal/osl/w32/path_helper.hxx | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/sal/osl/w32/file_error.h b/sal/osl/w32/file_error.h index d31f1f842b79..483b966ff9c9 100644 --- a/sal/osl/w32/file_error.h +++ b/sal/osl/w32/file_error.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_OSL_FILE_ERROR_H -#define INCLUDED_OSL_FILE_ERROR_H +#ifndef INCLUDED_SAL_OSL_W32_FILE_ERROR_H +#define INCLUDED_SAL_OSL_W32_FILE_ERROR_H #include "osl/file.h" @@ -32,6 +32,6 @@ oslFileError oslTranslateFileError (/*DWORD*/ unsigned long dwError); } #endif -#endif /* INCLUDED_OSL_FILE_ERROR_H */ +#endif // INCLUDED_SAL_OSL_W32_FILE_ERROR_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sal/osl/w32/file_url.h b/sal/osl/w32/file_url.h index 0115d99cf0d5..080b3ca7f93c 100644 --- a/sal/osl/w32/file_url.h +++ b/sal/osl/w32/file_url.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_OSL_FILE_URL_H -#define INCLUDED_OSL_FILE_URL_H +#ifndef INCLUDED_SAL_OSL_W32_FILE_URL_H +#define INCLUDED_SAL_OSL_W32_FILE_URL_H #include "sal/types.h" #include "rtl/ustring.h" @@ -86,6 +86,6 @@ oslFileError _osl_getFileURLFromSystemPath ( } #endif -#endif /* INCLUDED_OSL_FILE_URL_H */ +#endif // INCLUDED_SAL_OSL_W32_FILE_URL_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sal/osl/w32/path_helper.h b/sal/osl/w32/path_helper.h index b1ceb4fc62d1..056a1ca299e8 100644 --- a/sal/osl/w32/path_helper.h +++ b/sal/osl/w32/path_helper.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PATH_HELPER_H_ -#define _PATH_HELPER_H_ +#ifndef INCLUDED_SAL_OSL_W32_PATH_HELPER_H +#define INCLUDED_SAL_OSL_W32_PATH_HELPER_H #include <sal/types.h> #include <rtl/ustring.h> diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx index fc44e25df170..6092098a560e 100644 --- a/sal/osl/w32/path_helper.hxx +++ b/sal/osl/w32/path_helper.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _PATH_HELPER_HXX_ -#define _PATH_HELPER_HXX_ +#ifndef INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX +#define INCLUDED_SAL_OSL_W32_PATH_HELPER_HXX #include "path_helper.h" #include <rtl/ustring.hxx> |