diff options
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/awt/XStyleSettings.idl | 6 |
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; |