summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 19:45:54 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:30:47 +0200
commitfb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c (patch)
tree49a0f6fea2b2c89f2abe8103758da39cd7d77ebd /offapi/com/sun/star/rendering
parenta67b57868ff7db15a24346259ef0ffc235979008 (diff)
these entities were published
Diffstat (limited to 'offapi/com/sun/star/rendering')
-rw-r--r--offapi/com/sun/star/rendering/ARGBColor.idl2
-rw-r--r--offapi/com/sun/star/rendering/Color.idl2
-rw-r--r--offapi/com/sun/star/rendering/ColorComponent.idl2
-rw-r--r--offapi/com/sun/star/rendering/RGBColor.idl2
4 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/rendering/ARGBColor.idl b/offapi/com/sun/star/rendering/ARGBColor.idl
index c5bdd93d69d1..16d0ee17b098 100644
--- a/offapi/com/sun/star/rendering/ARGBColor.idl
+++ b/offapi/com/sun/star/rendering/ARGBColor.idl
@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering {
/// ARGB color quad
-struct ARGBColor
+published struct ARGBColor
{
/** Alpha component.<p>
diff --git a/offapi/com/sun/star/rendering/Color.idl b/offapi/com/sun/star/rendering/Color.idl
index feee02a7cb19..f36fbbe90949 100644
--- a/offapi/com/sun/star/rendering/Color.idl
+++ b/offapi/com/sun/star/rendering/Color.idl
@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read
-typedef sequence<ColorComponent> Color;
+published typedef sequence<ColorComponent> Color;
}; }; }; };
diff --git a/offapi/com/sun/star/rendering/ColorComponent.idl b/offapi/com/sun/star/rendering/ColorComponent.idl
index b9a829060872..c4a21a5a014d 100644
--- a/offapi/com/sun/star/rendering/ColorComponent.idl
+++ b/offapi/com/sun/star/rendering/ColorComponent.idl
@@ -31,7 +31,7 @@
module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read
-typedef double ColorComponent;
+published typedef double ColorComponent;
}; }; }; };
diff --git a/offapi/com/sun/star/rendering/RGBColor.idl b/offapi/com/sun/star/rendering/RGBColor.idl
index e45ff9f3e593..a2bee3373e6c 100644
--- a/offapi/com/sun/star/rendering/RGBColor.idl
+++ b/offapi/com/sun/star/rendering/RGBColor.idl
@@ -34,7 +34,7 @@
module com { module sun { module star { module rendering {
/// RGB color triplet
-struct RGBColor
+published struct RGBColor
{
/// Red component. Valid range is [0,1.0]
ColorComponent Red;