summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/ItemStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/ItemStyle.idl')
-rw-r--r--offapi/com/sun/star/ui/ItemStyle.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/ItemStyle.idl b/offapi/com/sun/star/ui/ItemStyle.idl
index cfd8558cb240..8479bbc15a75 100644
--- a/offapi/com/sun/star/ui/ItemStyle.idl
+++ b/offapi/com/sun/star/ui/ItemStyle.idl
@@ -112,8 +112,8 @@ constants ItemStyle
<p>This style can also be used for custom toolbars and menus, in a
custom toolbar an item's Style setting can used to override the
- toolbar container setting, the style can be bitwise OR-ed with <member
- scope="::com::sun::star::ui::ItemStyle">TEXT</member> to define text,
+ toolbar container setting, the style can be bitwise OR-ed with
+ ::com::sun::star::ui::ItemStyle::TEXT to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as
@@ -141,8 +141,8 @@ constants ItemStyle
<p>This style can be used for custom toolbars and menus, in a custom
toolbar an item's Style setting can used to override the toolbar
- container setting, the style can be bitwise OR-ed with <member
- scope="com::sun::star::ui::ItemStyle">ICON</member> to define text,
+ container setting, the style can be bitwise OR-ed with
+ com::sun::star::ui::ItemStyle::ICON to define text,
text+icon or icon only is to be displayed. Similarly for menu items,
an items Style can override the application setting to display either
text or icon (note: for menu an icon only setting interpreted as