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-14 12:24:35 +0100
commit571a78434b0ea234d1aa82019b964a66fbcf4b2f (patch)
tree76a6fb64fe1a7fc44fccf4b3367b7bb5d29cff28 /offapi
parent29733bb39a16fc0e1398a7c18781226cfe755ff3 (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> Reviewed-on: https://gerrit.libreoffice.org/82635 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@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;