summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-30 21:44:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commitccc4a67c43d5eef31c95fce445dc55ec7ebad393 (patch)
tree8bbfaa02d86aabd32ad10ae7c200e2bb154c812d /offapi/com/sun/star/util
parent8a3543340fc8026121a7e4d681b3fce7c920bc1f (diff)
*api: fix bunch of lists that doxygen warns about
Change-Id: Ic507170e94d08155430601658689b3d7b96e0f80
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/Color.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/Color.idl b/offapi/com/sun/star/util/Color.idl
index 77ef283fb1ce..296bfecc357d 100644
--- a/offapi/com/sun/star/util/Color.idl
+++ b/offapi/com/sun/star/util/Color.idl
@@ -26,7 +26,8 @@ module com { module sun { module star { module util {
/** describes an RGB color value with an optional alpha channel.
<p>The byte order is from high to low:
- <ol>alpha channel
+ <ol>
+ <li>alpha channel</li>
<li>red</li>
<li>green</li>
<li>blue</li>