summaryrefslogtreecommitdiff
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.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl
index e851ec3083ce..c377924e21c4 100644
--- a/udkapi/com/sun/star/io/XSeekable.idl
+++ b/udkapi/com/sun/star/io/XSeekable.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/io/IOException.idl>
#include <com/sun/star/lang/IllegalArgumentException.idl>
-//=============================================================================
module com { module sun { module star { module io {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::io::XSeekable
/** makes it possible to seek to a certain position within a stream.
@@ -73,7 +71,6 @@ published interface XSeekable: com::sun::star::uno::XInterface
raises( com::sun::star::io::IOException );
};
-//=============================================================================
}; }; }; };
#endif