From 0f79c68194206864c993cd0fb01a485d2db2664f Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Wed, 16 Mar 2011 15:22:08 +0100 Subject: #i117329# - Publishing of UNO types, second wave. --- udkapi/com/sun/star/beans/Ambiguous.idl | 2 +- udkapi/com/sun/star/beans/Defaulted.idl | 2 +- udkapi/com/sun/star/beans/Optional.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl index 919c7250f462..ec443e7cb5d5 100644 --- a/udkapi/com/sun/star/beans/Ambiguous.idl +++ b/udkapi/com/sun/star/beans/Ambiguous.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module beans { have the PropertyAttribute::MAYBEAMBIGUOUS.

*/ -struct Ambiguous { +published struct Ambiguous { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl index d67f1aacf055..7b0b09318611 100644 --- a/udkapi/com/sun/star/beans/Defaulted.idl +++ b/udkapi/com/sun/star/beans/Defaulted.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module beans { have the PropertyAttribute::MAYBEDEFAULT.

*/ -struct Defaulted { +published struct Defaulted { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Optional.idl b/udkapi/com/sun/star/beans/Optional.idl index fbf58b667c16..a2786e5190c1 100644 --- a/udkapi/com/sun/star/beans/Optional.idl +++ b/udkapi/com/sun/star/beans/Optional.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module beans { also be useful in other situations, for example as the return type of an interface method.

*/ -struct Optional { +published struct Optional { /** Marks this structure instance as having an actual value. */ -- cgit v1.2.3