diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2011-03-16 15:22:08 +0100 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2011-03-16 15:22:08 +0100 |
commit | 0f79c68194206864c993cd0fb01a485d2db2664f (patch) | |
tree | 73647788ff167033fdf2f067112dfa0411b187ca /udkapi/com | |
parent | 65162840e329afee6f401f5a91273c2dbd1bbdf8 (diff) |
#i117329# - Publishing of UNO types, second wave.
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/beans/Ambiguous.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/Defaulted.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/beans/Optional.idl | 2 |
3 files changed, 3 insertions, 3 deletions
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 <const scope="com::sun::star::beans">PropertyAttribute::MAYBEAMBIGUOUS</const>.</p> */ -struct Ambiguous<T> { +published struct Ambiguous<T> { /** 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 <const scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>.</p> */ -struct Defaulted<T> { +published struct Defaulted<T> { /** 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.</p> */ -struct Optional<T> { +published struct Optional<T> { /** Marks this structure instance as having an actual value. */ |