Issue 121951 - [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults together, conflicts
Summary: [IDL] Unable to include css::awt::MessageBoxType and MessageBoxResults togeth...
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal
Target Milestone: ---
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-24 17:30 UTC by hanya
Modified: 2017-05-20 09:32 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hanya 2013-03-24 17:30:58 UTC
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 {
Comment 1 Ariel Constenla-Haile 2013-03-24 17:35:18 UTC
I have a patch for this on my pile of patches.
Comment 2 Oliver Brinzing 2013-03-25 14:17:50 UTC
.
Comment 3 hanya 2013-05-29 03:07:15 UTC
Fixed by Ariel on issue 121544