https://issues.apache.org/ooo/show_bug.cgi?id=121951

            Bug ID: 121951
        Issue Type: DEFECT
           Summary: [IDL] Unable to include css::awt::MessageBoxType and
                    MessageBoxResults together, conflicts
    Classification: Unclassified
           Product: App Dev
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: api
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

css::awt::MessageBoxType and css::awt::MessageBoxResults contains 
the same pseudo-instruction to avoid multiple loading.

Index: offapi/com/sun/star/awt/MessageBoxType.idl
===================================================================
--- offapi/com/sun/star/awt/MessageBoxType.idl    (revision 1457871)
+++ offapi/com/sun/star/awt/MessageBoxType.idl    (working copy)
@@ -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 {

Index: offapi/com/sun/star/awt/MessageBoxResults.idl
===================================================================
--- offapi/com/sun/star/awt/MessageBoxResults.idl    (revision 1457871)
+++ offapi/com/sun/star/awt/MessageBoxResults.idl    (working copy)
@@ -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 {

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to