summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/rendering/Color.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/rendering/Color.idl')
-rw-r--r--offapi/com/sun/star/rendering/Color.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/rendering/Color.idl b/offapi/com/sun/star/rendering/Color.idl
index 5afe0fa9f94e..06188ebb34cb 100644
--- a/offapi/com/sun/star/rendering/Color.idl
+++ b/offapi/com/sun/star/rendering/Color.idl
@@ -35,7 +35,7 @@
module com { module sun { module star { module rendering {
/// Shorthand for the device-dependent color components, and easier to read
-published typedef sequence<ColorComponent> Color;
+typedef sequence<ColorComponent> Color;
}; }; }; };