summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ImageType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ImageType.idl')
-rw-r--r--offapi/com/sun/star/ui/ImageType.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ui/ImageType.idl b/offapi/com/sun/star/ui/ImageType.idl
index 1d4ce2af4e69..8dff0acd4feb 100644
--- a/offapi/com/sun/star/ui/ImageType.idl
+++ b/offapi/com/sun/star/ui/ImageType.idl
@@ -35,12 +35,20 @@ constants ImageType
/** an image with default size.
*/
const short SIZE_DEFAULT = 0;
- /** an image with big size;
+
+ /** an image with large size.
*/
const short SIZE_LARGE = 1;
+
+ /** an image with size 32.
+ @since LibreOffice 5.3
+ */
+ const short SIZE_32 = 2;
+
/** an image with normal colors.
*/
const short COLOR_NORMAL = 0;
+
/** an image with high contrast colors.
*/
const short COLOR_HIGHCONTRAST = 4;