diff options
Diffstat (limited to 'offapi/com/sun/star/style/Style.idl')
-rw-r--r-- | offapi/com/sun/star/style/Style.idl | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/offapi/com/sun/star/style/Style.idl b/offapi/com/sun/star/style/Style.idl index 29747a990..faaa67b53 100644 --- a/offapi/com/sun/star/style/Style.idl +++ b/offapi/com/sun/star/style/Style.idl @@ -27,25 +27,12 @@ #ifndef __com_sun_star_style_Style_idl__ #define __com_sun_star_style_Style_idl__ -#ifndef __com_sun_star_style_XStyle_idl__ #include <com/sun/star/style/XStyle.idl> -#endif - -#ifndef __com_sun_star_beans_XPropertySet_idl__ #include <com/sun/star/beans/XPropertySet.idl> -#endif -#ifndef __com_sun_star_beans_XMultiPropertySet_idl__ #include <com/sun/star/beans/XMultiPropertySet.idl> -#endif -#ifndef __com_sun_star_beans_XMultiPropertyStates_idl__ #include <com/sun/star/beans/XMultiPropertyStates.idl> -#endif -#ifndef __com_sun_star_beans_NamedValue_idl__ #include <com/sun/star/beans/NamedValue.idl> -#endif -#ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_ #include <com/sun/star/xml/UserDefinedAttributesSupplier.idl> -#endif //============================================================================= @@ -73,8 +60,8 @@ published service Style [optional] interface com::sun::star::beans::XMultiPropertySet; - /* This optional interface is available as an optimisation, allowing users - to use 'setAllPropertiesToDefault', for example. */ + /* This optional interface is available as an optimization, allowing users + to use "setAllPropertiesToDefault", for example. */ //------------------------------------------------------------------------- [optional] interface com::sun::star::beans::XMultiPropertyStates; @@ -101,7 +88,7 @@ published service Style /** contains the name of the style as it is displayed in the user interface. <p> The names of the styles at the API are language independent. The user interface - names are localised.</p> + names are localized.</p> */ [optional, readonly, property] string DisplayName; //------------------------------------------------------------------------- @@ -127,7 +114,7 @@ published service Style <p>Assigning an empty string to the style name will disable the conditional style for that context.</p> - <p>The alowed strings (contexts) for the name part of an entry + <p>The allowed strings (contexts) for the name part of an entry of the sequence are:</p> <ul> |