summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/io/XSeekable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/io/XSeekable.idl')
-rw-r--r--udkapi/com/sun/star/io/XSeekable.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl
index 55355c2d0f87..8b8bc21123bd 100644
--- a/udkapi/com/sun/star/io/XSeekable.idl
+++ b/udkapi/com/sun/star/io/XSeekable.idl
@@ -43,7 +43,7 @@ published interface XSeekable: com::sun::star::uno::XInterface
location in the stream object. It is an error to seek before the beginning of the stream or after the
end of the stream. </p>
- @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than <member>XSeekable::getLength</member>.
+ @throws com::sun::star::lang::IllegalArgumentException in case location is negative or greater than XSeekable::getLength().
*/
void seek( [in] hyper location )
raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException );