diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-14 05:37:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-14 05:44:15 +0200 |
commit | 1340890ccdff010c827a8e98eb2eaf1a2ec49a2d (patch) | |
tree | 92cf2ad652a6a8366317b02129e510d0dc874c82 /xmlscript | |
parent | 5a7e8389f0720f1872f36af401c6b3af7968b7ea (diff) |
simplify include guards
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/inc/misc.hxx | 2 | ||||
-rw-r--r-- | xmlscript/source/inc/xml_import.hxx | 2 | ||||
-rw-r--r-- | xmlscript/source/xmldlg_imexp/common.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/inc/misc.hxx b/xmlscript/source/inc/misc.hxx index 267cec5b53de..6c04f4b8775c 100644 --- a/xmlscript/source/inc/misc.hxx +++ b/xmlscript/source/inc/misc.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_XMLSCRIPT_MISC_HXX +#ifndef INCLUDED_XMLSCRIPT_MISC_HXX #define INCLUDED_XMLSCRIPT_MISC_HXX #include "com/sun/star/uno/Any.hxx" diff --git a/xmlscript/source/inc/xml_import.hxx b/xmlscript/source/inc/xml_import.hxx index 96e7bfc48abc..a0373bc433f6 100644 --- a/xmlscript/source/inc/xml_import.hxx +++ b/xmlscript/source/inc/xml_import.hxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined _XMLSCRIPT_XML_IMPORT_HXX_ +#ifndef _XMLSCRIPT_XML_IMPORT_HXX_ #define _XMLSCRIPT_XML_IMPORT_HXX_ #include <osl/mutex.hxx> diff --git a/xmlscript/source/xmldlg_imexp/common.hxx b/xmlscript/source/xmldlg_imexp/common.hxx index 07de3238b633..2c73caa6233d 100644 --- a/xmlscript/source/xmldlg_imexp/common.hxx +++ b/xmlscript/source/xmldlg_imexp/common.hxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if ! defined INCLUDED_COMMON_HXX +#ifndef INCLUDED_COMMON_HXX #define INCLUDED_COMMON_HXX #include "sal/types.h" |