summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-11-13 15:33:27 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-11-13 21:39:25 +0100
commitc1fb36e477b1d0063ceb3eb74fa556b4187562cc (patch)
treeea44ec6d8cd91dedd622b293f90418774a4c3205 /offapi
parent0f0cd9f6ddedcc2607b64e810f0c95214b4da8c6 (diff)
revert action button changes to UNO XStyleSetting
As there is no need for this UNO changes instead set the values with other appropriate button settings so the previous behaviour is retained. Change-Id: I5952a9ce9f2f72faeb12a7a945c53ed048719b27 Reviewed-on: https://gerrit.libreoffice.org/82620 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XStyleSettings.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl
index 6150033787c9..47a55d6e4e62 100644
--- a/offapi/com/sun/star/awt/XStyleSettings.idl
+++ b/offapi/com/sun/star/awt/XStyleSettings.idl
@@ -61,18 +61,9 @@ interface XStyleSettings
/// specifies the color to use for text on buttons which are hovered with the mouse
[attribute] ::com::sun::star::util::Color ButtonRolloverTextColor;
- /// specifies the color to use for text on action buttons which are hovered with the mouse
- [attribute] ::com::sun::star::util::Color ActionButtonRolloverTextColor;
-
/// specifies the color to use for text on buttons
[attribute] ::com::sun::star::util::Color ButtonTextColor;
- /// specifies the color to use for text on a default action buttons
- [attribute] ::com::sun::star::util::Color DefaultActionButtonTextColor;
-
- /// specifies the color to use for text on action buttons
- [attribute] ::com::sun::star::util::Color ActionButtonTextColor;
-
[attribute] ::com::sun::star::util::Color CheckedColor;