From 1130a359cb89028b42f366f46bdf034ad13ae540 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:18:54 +0200 Subject: fixincludeguards.sh: include - the rest Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9 --- include/helpcompiler/HelpIndexer.hxx | 4 ++-- include/helpcompiler/HelpSearch.hxx | 4 ++-- include/helpcompiler/compilehelp.hxx | 4 ++-- include/helpcompiler/dllapi.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'include/helpcompiler') diff --git a/include/helpcompiler/HelpIndexer.hxx b/include/helpcompiler/HelpIndexer.hxx index 4be40eb827ce..47733a6d8a25 100644 --- a/include/helpcompiler/HelpIndexer.hxx +++ b/include/helpcompiler/HelpIndexer.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef HELPINDEXER_HXX -#define HELPINDEXER_HXX +#ifndef INCLUDED_HELPCOMPILER_HELPINDEXER_HXX +#define INCLUDED_HELPCOMPILER_HELPINDEXER_HXX #include diff --git a/include/helpcompiler/HelpSearch.hxx b/include/helpcompiler/HelpSearch.hxx index a28af890ceb7..b177430a28e0 100644 --- a/include/helpcompiler/HelpSearch.hxx +++ b/include/helpcompiler/HelpSearch.hxx @@ -7,8 +7,8 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef HELPSEARCH_HXX -#define HELPSEARCH_HXX +#ifndef INCLUDED_HELPCOMPILER_HELPSEARCH_HXX +#define INCLUDED_HELPCOMPILER_HELPSEARCH_HXX #include diff --git a/include/helpcompiler/compilehelp.hxx b/include/helpcompiler/compilehelp.hxx index 4ef706d32388..a86192e21b4a 100644 --- a/include/helpcompiler/compilehelp.hxx +++ b/include/helpcompiler/compilehelp.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef COMPILE_HXX -#define COMPILE_HXX +#ifndef INCLUDED_HELPCOMPILER_COMPILEHELP_HXX +#define INCLUDED_HELPCOMPILER_COMPILEHELP_HXX #include "sal/types.h" diff --git a/include/helpcompiler/dllapi.h b/include/helpcompiler/dllapi.h index a2035bafb9c1..ff91bd5a446b 100644 --- a/include/helpcompiler/dllapi.h +++ b/include/helpcompiler/dllapi.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _L10N_DLLAPI_H -#define _L10N_DLLAPI_H +#ifndef INCLUDED_HELPCOMPILER_DLLAPI_H +#define INCLUDED_HELPCOMPILER_DLLAPI_H #include "sal/config.h" #include "sal/types.h" -- cgit