summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XNumberingTypeInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XNumberingTypeInfo.idl')
-rw-r--r--offapi/com/sun/star/text/XNumberingTypeInfo.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/XNumberingTypeInfo.idl b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
index c2705268915f..39c8293e25c1 100644
--- a/offapi/com/sun/star/text/XNumberingTypeInfo.idl
+++ b/offapi/com/sun/star/text/XNumberingTypeInfo.idl
@@ -50,10 +50,10 @@ published interface XNumberingTypeInfo : com::sun::star::uno::XInterface
/** returns the corresponding numbering type to an identifier.
*/
short getNumberingType([in]string NumberingIdentifier);
- /** determins whether an identifier is supported.
+ /** determines whether an identifier is supported.
*/
boolean hasNumberingType([in]string NumberingIdentifier);
- /** returns the corresponding identifiert to a numbering type.
+ /** returns the corresponding identifier to a numbering type.
*/
string getNumberingIdentifier([in]short NumberingType);
};