summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-12-12 12:36:45 +0200
committerNoel Grandin <noel@peralex.com>2012-12-21 09:12:07 +0200
commit2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (patch)
tree76baaf5f6ee4ba6f8edf248bfc0fbca9a4f9505b /offapi/com/sun/star/xml/dom
parente93a0018871ebea4da1959c72c06f3c7f4dc7b27 (diff)
clean up all the UNO IDL module header guards
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
Diffstat (limited to 'offapi/com/sun/star/xml/dom')
-rw-r--r--offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl4
-rw-r--r--offapi/com/sun/star/xml/dom/XEntity.idl4
-rw-r--r--offapi/com/sun/star/xml/dom/XEntityReference.idl4
-rw-r--r--offapi/com/sun/star/xml/dom/events/XEvent.idl4
4 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl b/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
index 4a649f8cca6c..0bed88a5faa6 100644
--- a/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
+++ b/offapi/com/sun/star/xml/dom/SAXDocumentBuilder.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_documentbuilder_idl
-#define __com_sun_star_xml_dom_documentbuilder_idl
+#ifndef __com_sun_star_xml_dom_SAXDocumentBuilder_idl
+#define __com_sun_star_xml_dom_SAXDocumentBuilder_idl
#include <com/sun/star/xml/dom/XSAXDocumentBuilder2.idl>
diff --git a/offapi/com/sun/star/xml/dom/XEntity.idl b/offapi/com/sun/star/xml/dom/XEntity.idl
index 22d3acd6d2f9..be4ed99bec35 100644
--- a/offapi/com/sun/star/xml/dom/XEntity.idl
+++ b/offapi/com/sun/star/xml/dom/XEntity.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_XEntety_idl__
-#define __com_sun_star_xml_dom_XEntety_idl__
+#ifndef __com_sun_star_xml_dom_XEntity_idl__
+#define __com_sun_star_xml_dom_XEntity_idl__
#include <com/sun/star/xml/dom/XNode.idl>
diff --git a/offapi/com/sun/star/xml/dom/XEntityReference.idl b/offapi/com/sun/star/xml/dom/XEntityReference.idl
index 1f866106a8f0..ca4fc27884dc 100644
--- a/offapi/com/sun/star/xml/dom/XEntityReference.idl
+++ b/offapi/com/sun/star/xml/dom/XEntityReference.idl
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_XEntetyReference_idl__
-#define __com_sun_star_xml_dom_XEntetyReference_idl__
+#ifndef __com_sun_star_xml_dom_XEntityReference_idl__
+#define __com_sun_star_xml_dom_XEntityReference_idl__
#include <com/sun/star/xml/dom/XNode.idl>
diff --git a/offapi/com/sun/star/xml/dom/events/XEvent.idl b/offapi/com/sun/star/xml/dom/events/XEvent.idl
index ebadd9b40e6a..7345b3054cf7 100644
--- a/offapi/com/sun/star/xml/dom/events/XEvent.idl
+++ b/offapi/com/sun/star/xml/dom/events/XEvent.idl
@@ -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 __com_sun_star_xml_dom_events_XEventTarget_idl__
-#define __com_sun_star_xml_dom_events_XEventtarget_idl__
+#ifndef __com_sun_star_xml_dom_events_XEvent_idl__
+#define __com_sun_star_xml_dom_events_XEvent_idl__
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/xml/dom/events/XEventTarget.idl>