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 /xmlscript/source | |
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 'xmlscript/source')
-rw-r--r-- | xmlscript/source/inc/misc.hxx | 4 | ||||
-rw-r--r-- | xmlscript/source/inc/xml_import.hxx | 4 | ||||
-rw-r--r-- | xmlscript/source/xmldlg_imexp/common.hxx | 4 | ||||
-rw-r--r-- | xmlscript/source/xmlflat_imexp/xmlbas_export.hxx | 6 | ||||
-rw-r--r-- | xmlscript/source/xmlflat_imexp/xmlbas_import.hxx | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/xmlscript/source/inc/misc.hxx b/xmlscript/source/inc/misc.hxx index 2420fa33623a..79b447a76e49 100644 --- a/xmlscript/source/inc/misc.hxx +++ b/xmlscript/source/inc/misc.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLSCRIPT_MISC_HXX -#define INCLUDED_XMLSCRIPT_MISC_HXX +#ifndef INCLUDED_XMLSCRIPT_SOURCE_INC_MISC_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_INC_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 d5efd903a41b..34c756746ed1 100644 --- a/xmlscript/source/inc/xml_import.hxx +++ b/xmlscript/source/inc/xml_import.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLSCRIPT_XML_IMPORT_HXX_ -#define _XMLSCRIPT_XML_IMPORT_HXX_ +#ifndef INCLUDED_XMLSCRIPT_SOURCE_INC_XML_IMPORT_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_INC_XML_IMPORT_HXX #include <osl/mutex.hxx> #include <osl/diagnose.h> diff --git a/xmlscript/source/xmldlg_imexp/common.hxx b/xmlscript/source/xmldlg_imexp/common.hxx index ebe535051015..aa14e90f947d 100644 --- a/xmlscript/source/xmldlg_imexp/common.hxx +++ b/xmlscript/source/xmldlg_imexp/common.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_COMMON_HXX -#define INCLUDED_COMMON_HXX +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_COMMON_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLDLG_IMEXP_COMMON_HXX #include <sal/types.h> diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx b/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx index 5d924a1539a1..86dae1b1f43e 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_export.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef XMLSCRIPT_XMLBAS_EXPORT_HXX -#define XMLSCRIPT_XMLBAS_EXPORT_HXX +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_EXPORT_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_EXPORT_HXX #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/document/XXMLBasicExporter.hpp> @@ -106,6 +106,6 @@ namespace xmlscript } // namespace xmlscript -#endif // XMLSCRIPT_XMLBAS_EXPORT_HXX +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_EXPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx index ae134e566942..b905ea9f23b4 100644 --- a/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx +++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef XMLSCRIPT_XMLBAS_IMPORT_HXX -#define XMLSCRIPT_XMLBAS_IMPORT_HXX +#ifndef INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_IMPORT_HXX +#define INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_IMPORT_HXX #include <com/sun/star/document/XXMLOasisBasicImporter.hpp> #include <com/sun/star/frame/XModel.hpp> @@ -301,6 +301,6 @@ namespace xmlscript } // namespace xmlscript -#endif // XMLSCRIPT_XMLBAS_IMPORT_HXX +#endif // INCLUDED_XMLSCRIPT_SOURCE_XMLFLAT_IMEXP_XMLBAS_IMPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |