diff options
Diffstat (limited to 'offapi/com/sun/star/sheet/XNamedRange.idl')
-rw-r--r-- | offapi/com/sun/star/sheet/XNamedRange.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XNamedRange.idl b/offapi/com/sun/star/sheet/XNamedRange.idl index 2ed187ad0bd4..10c94cb727bc 100644 --- a/offapi/com/sun/star/sheet/XNamedRange.idl +++ b/offapi/com/sun/star/sheet/XNamedRange.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamedRange.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:21 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ interface XNamedRange: com::sun::star::container::XNamed /** returns the type of the named range. <p>This is a combination of flags as defined in - <type>NamedRangeFlags</type>.</p> + <type>NamedRangeFlag</type>.</p> */ long getType(); @@ -131,7 +131,7 @@ interface XNamedRange: com::sun::star::container::XNamed @param nType a combination of flags that specify the type of a named range, - as defined in <type>NamedRangeFlags</type>. + as defined in <type>NamedRangeFlag</type>. */ void setType( [in] long nType ); |