diff options
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r-- | offapi/com/sun/star/util/XComplexColor.idl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XComplexColor.idl b/offapi/com/sun/star/util/XComplexColor.idl index 668b7b310eb2..c2f10e92b124 100644 --- a/offapi/com/sun/star/util/XComplexColor.idl +++ b/offapi/com/sun/star/util/XComplexColor.idl @@ -17,13 +17,14 @@ module com { module sun { module star { module util { */ interface XComplexColor { + /** Type of the color */ long getType(); - long getSchemeColorType(); + /** Type of the theme color */ + long getThemeColorType(); /** resolve the color */ Color resolveColor([in] com::sun::star::util::XTheme xTheme); - }; }; }; }; }; |