diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-11-13 15:33:27 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-11-13 23:04:32 +0100 |
commit | 65767523ba5ad8e974a3144b33ad0e9d627a53f7 (patch) | |
tree | a22af28c2472223e9711917799818b498cd57290 /offapi | |
parent | 619d1d38ebac16a2162b908788e9374d031e1f95 (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>
(cherry picked from commit c1fb36e477b1d0063ceb3eb74fa556b4187562cc)
Reviewed-on: https://gerrit.libreoffice.org/82634
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/XStyleSettings.idl | 9 |
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; |