summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r--udkapi/com/sun/star/beans/Ambiguous.idl2
-rw-r--r--udkapi/com/sun/star/beans/Defaulted.idl2
-rw-r--r--udkapi/com/sun/star/beans/Optional.idl2
-rw-r--r--udkapi/com/sun/star/beans/Pair.idl2
4 files changed, 4 insertions, 4 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.
*/
diff --git a/udkapi/com/sun/star/beans/Pair.idl b/udkapi/com/sun/star/beans/Pair.idl
index 0bb214fb87bb..4089300a5a44 100644
--- a/udkapi/com/sun/star/beans/Pair.idl
+++ b/udkapi/com/sun/star/beans/Pair.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module beans {
@since OOo 3.0
*/
-struct Pair<T, U> {
+published struct Pair<T, U> {
/// first object.
T First;