summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 16:27:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 20:52:29 +0100
commit2e595954230b3a9ef555b2671699902c68532bdf (patch)
tree7a7686d78207f644865fc515b2ac7e22de4ade81 /offapi
parent5f6af959fa0d0021ff473d34d5a4408cfca16a8f (diff)
[API CHANGE] Remove css::awt::XStyleSettings InfoTextColor and InfoFont
Change-Id: I2bee3f52a751ac1ed2b61a1488d6d58c1b36dcba
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/XStyleSettings.idl6
1 files changed, 0 insertions, 6 deletions
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;