summaryrefslogtreecommitdiffstats
path: root/include/helpcompiler
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:18:54 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:31 +0200
commit1130a359cb89028b42f366f46bdf034ad13ae540 (patch)
tree6acbd8d220fee0dab8d6911c1968ee9964534beb /include/helpcompiler
parentfixincludeguards.sh: include/{basegfx,basic} (diff)
downloadcore-1130a359cb89028b42f366f46bdf034ad13ae540.tar.gz
core-1130a359cb89028b42f366f46bdf034ad13ae540.zip
fixincludeguards.sh: include - the rest
Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
Diffstat (limited to 'include/helpcompiler')
-rw-r--r--include/helpcompiler/HelpIndexer.hxx4
-rw-r--r--include/helpcompiler/HelpSearch.hxx4
-rw-r--r--include/helpcompiler/compilehelp.hxx4
-rw-r--r--include/helpcompiler/dllapi.h4
4 files changed, 8 insertions, 8 deletions
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 <helpcompiler/dllapi.h>
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 <helpcompiler/dllapi.h>
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"