From 2e595954230b3a9ef555b2671699902c68532bdf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Oct 2016 16:27:56 +0100 Subject: [API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFont Change-Id: I2bee3f52a751ac1ed2b61a1488d6d58c1b36dcba --- offapi/com/sun/star/awt/XStyleSettings.idl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'offapi/com/sun') diff --git a/offapi/com/sun/star/awt/XStyleSettings.idl b/offapi/com/sun/star/awt/XStyleSettings.idl index f9f6d934d8e6..47a55d6e4e62 100644 --- a/offapi/com/sun/star/awt/XStyleSettings.idl +++ b/offapi/com/sun/star/awt/XStyleSettings.idl @@ -121,9 +121,6 @@ interface XStyleSettings /// specifies the color of inactive tabs of a tab control [attribute] ::com::sun::star::util::Color InactiveTabColor; - /// specifies the text color of dialog elements displaying some info text - [attribute] ::com::sun::star::util::Color InfoTextColor; - /// specifies the text color of label elements in dialogs [attribute] ::com::sun::star::util::Color LabelTextColor; @@ -200,9 +197,6 @@ interface XStyleSettings /// specifies the font for label controls [attribute] FontDescriptor LabelFont; - /// specifies the font of dialog elements displaying some info text - [attribute] FontDescriptor InfoFont; - /// specifies the font of radio buttons and check boxes [attribute] FontDescriptor RadioCheckFont; -- cgit