You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/03/24 18:30:58 UTC

[Bug 121951] New: [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults together, conflicts

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: issues@openoffice.apache.org
          Reporter: hanya.runo@gmail.com
                CC: issues@openoffice.apache.org

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.

[Bug 121951] [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults together, conflicts

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121951

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
                 CC|                            |arielch@apache.org
           Assignee|issues@openoffice.apache.or |arielch@apache.org
                   |g                           |

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
I have a patch for this on my pile of patches.

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

[Bug 121951] [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults together, conflicts

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121951

hanya <ha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from hanya <ha...@gmail.com> ---
Fixed by Ariel on issue 121544

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

[Bug 121951] [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults together, conflicts

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121951

brinzing <ol...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oliver.brinzing@gmx.de

--- Comment #2 from brinzing <ol...@gmx.de> ---
.

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