summaryrefslogtreecommitdiffstats
path: root/include/xmlscript
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:09:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:28 +0200
commitb95ee1be9b45352344b090d5b97e25f75b353c52 (patch)
treed1a27d7af191f7d37757594551b33dc94d0c4928 /include/xmlscript
parentfixincludeguards.sh: include/svx (diff)
downloadcore-b95ee1be9b45352344b090d5b97e25f75b353c52.tar.gz
core-b95ee1be9b45352344b090d5b97e25f75b353c52.zip
fixincludeguards.sh: include/xml*
Change-Id: Iffab819621615c59709c087202cc578af00dd799
Diffstat (limited to 'include/xmlscript')
-rw-r--r--include/xmlscript/xml_helper.hxx4
-rw-r--r--include/xmlscript/xmldlg_imexp.hxx4
-rw-r--r--include/xmlscript/xmllib_imexp.hxx4
-rw-r--r--include/xmlscript/xmlmod_imexp.hxx4
-rw-r--r--include/xmlscript/xmlns.h4
-rw-r--r--include/xmlscript/xmlscriptdllapi.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/include/xmlscript/xml_helper.hxx b/include/xmlscript/xml_helper.hxx
index 5d3c747452ae..5d65cf12a234 100644
--- a/include/xmlscript/xml_helper.hxx
+++ b/include/xmlscript/xml_helper.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_HELPER_HXX_
-#define _XMLSCRIPT_XML_HELPER_HXX_
+#ifndef INCLUDED_XMLSCRIPT_XML_HELPER_HXX
+#define INCLUDED_XMLSCRIPT_XML_HELPER_HXX
#include <vector>
#include <rtl/byteseq.hxx>
diff --git a/include/xmlscript/xmldlg_imexp.hxx b/include/xmlscript/xmldlg_imexp.hxx
index 28f726d57109..973f562e19d5 100644
--- a/include/xmlscript/xmldlg_imexp.hxx
+++ b/include/xmlscript/xmldlg_imexp.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_XMLDLG_IMEXP_HXX_
-#define _XMLSCRIPT_XMLDLG_IMEXP_HXX_
+#ifndef INCLUDED_XMLSCRIPT_XMLDLG_IMEXP_HXX
+#define INCLUDED_XMLSCRIPT_XMLDLG_IMEXP_HXX
#include <com/sun/star/frame/XModel.hpp>
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx
index 08f58c5e6049..a318a85e6497 100644
--- a/include/xmlscript/xmllib_imexp.hxx
+++ b/include/xmlscript/xmllib_imexp.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_XMLLIB_IMEXP_HXX_
-#define _XMLSCRIPT_XMLLIB_IMEXP_HXX_
+#ifndef INCLUDED_XMLSCRIPT_XMLLIB_IMEXP_HXX
+#define INCLUDED_XMLSCRIPT_XMLLIB_IMEXP_HXX
#include <com/sun/star/xml/sax/XWriter.hpp>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/include/xmlscript/xmlmod_imexp.hxx b/include/xmlscript/xmlmod_imexp.hxx
index 2898d8a5fc20..4ca9371fd396 100644
--- a/include/xmlscript/xmlmod_imexp.hxx
+++ b/include/xmlscript/xmlmod_imexp.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_XMLMOD_IMEXP_HXX_
-#define _XMLSCRIPT_XMLMOD_IMEXP_HXX_
+#ifndef INCLUDED_XMLSCRIPT_XMLMOD_IMEXP_HXX
+#define INCLUDED_XMLSCRIPT_XMLMOD_IMEXP_HXX
#include <com/sun/star/xml/sax/XWriter.hpp>
#include <com/sun/star/uno/Sequence.hxx>
diff --git a/include/xmlscript/xmlns.h b/include/xmlscript/xmlns.h
index cb0e37af0b07..5594963ae303 100644
--- a/include/xmlscript/xmlns.h
+++ b/include/xmlscript/xmlns.h
@@ -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_XMLNS_H_
-#define _XMLSCRIPT_XMLNS_H_
+#ifndef INCLUDED_XMLSCRIPT_XMLNS_H
+#define INCLUDED_XMLSCRIPT_XMLNS_H
#define XMLNS_DIALOGS_URI "http://openoffice.org/2000/dialog"
#define XMLNS_DIALOGS_PREFIX "dlg"
diff --git a/include/xmlscript/xmlscriptdllapi.h b/include/xmlscript/xmlscriptdllapi.h
index b9634d57ee36..22616ab90998 100644
--- a/include/xmlscript/xmlscriptdllapi.h
+++ b/include/xmlscript/xmlscriptdllapi.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSCRIPT_DLL_API_H
-#define INCLUDED_XMLSCRIPT_DLL_API_H
+#ifndef INCLUDED_XMLSCRIPT_XMLSCRIPTDLLAPI_H
+#define INCLUDED_XMLSCRIPT_XMLSCRIPTDLLAPI_H
#include <sal/types.h>