summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2013-05-28 22:09:37 +0000
committerAriel Constenla-Haile <arielch@apache.org>2013-05-28 22:09:37 +0000
commit82194a19ff4f29c8451c8e6ab6fe4f1b9d08df27 (patch)
treebe5f5d2f14a0b3d0cd94306914b93786c2dd9cf9
parent5149ad822bb66cca9561b7c181c6c2279affc29a (diff)
i121544 - Fix header guards
Found by: Tsutomu Uchino
Notes
-rw-r--r--offapi/com/sun/star/awt/MessageBoxResults.idl4
-rw-r--r--offapi/com/sun/star/awt/MessageBoxType.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/MessageBoxResults.idl b/offapi/com/sun/star/awt/MessageBoxResults.idl
index baa72cfb7dca..ba551fcd9f23 100644
--- a/offapi/com/sun/star/awt/MessageBoxResults.idl
+++ b/offapi/com/sun/star/awt/MessageBoxResults.idl
@@ -19,8 +19,8 @@
*
*************************************************************/
-#ifndef __com_sun_star_awt_MessageBoxCommand_idl__
-#define __com_sun_star_awt_MessageBoxCommand_idl__
+#ifndef __com_sun_star_awt_MessageBoxResults_idl__
+#define __com_sun_star_awt_MessageBoxResults_idl__
module com { module sun { module star { module awt {
diff --git a/offapi/com/sun/star/awt/MessageBoxType.idl b/offapi/com/sun/star/awt/MessageBoxType.idl
index c18274eecf17..b3bfd2d37605 100644
--- a/offapi/com/sun/star/awt/MessageBoxType.idl
+++ b/offapi/com/sun/star/awt/MessageBoxType.idl
@@ -19,8 +19,8 @@
*
*************************************************************/
-#ifndef __com_sun_star_awt_MessageBoxCommand_idl__
-#define __com_sun_star_awt_MessageBoxCommand_idl__
+#ifndef __com_sun_star_awt_MessageBoxType_idl__
+#define __com_sun_star_awt_MessageBoxType_idl__
module com { module sun { module star { module awt {