summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-05-11 23:01:10 +0900
committerTomaž Vajngerl <quikee@gmail.com>2023-05-12 05:00:39 +0200
commitca3bfa9bded6103d4d172ace486b697beeb191be (patch)
tree5fc40b32dce7068f7ac971bfb67f50229adc99e6 /offapi
parent1df0565fb92972bd410e7db85eef1e4bec3fcc31 (diff)
change ComplexColor to show more useful properties
Change-Id: Ie19f080f2faf388f9b8ba3e9a4b3c0926d5ebdd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151674 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/util/XComplexColor.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XComplexColor.idl b/offapi/com/sun/star/util/XComplexColor.idl
index 864e4b1516de..668b7b310eb2 100644
--- a/offapi/com/sun/star/util/XComplexColor.idl
+++ b/offapi/com/sun/star/util/XComplexColor.idl
@@ -17,8 +17,13 @@ module com { module sun { module star { module util {
*/
interface XComplexColor
{
- /** */
- Color getColor();
+ long getType();
+
+ long getSchemeColorType();
+
+ /** resolve the color */
+ Color resolveColor([in] com::sun::star::util::XTheme xTheme);
+
};
}; }; }; };