diff options
Diffstat (limited to 'udkapi/com/sun/star/io/XPersistObject.idl')
-rw-r--r-- | udkapi/com/sun/star/io/XPersistObject.idl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl index 19a9808f101e..af02ad0b9cff 100644 --- a/udkapi/com/sun/star/io/XPersistObject.idl +++ b/udkapi/com/sun/star/io/XPersistObject.idl @@ -67,8 +67,6 @@ published interface XPersistObject: com::sun::star::uno::XInterface */ string getServiceName(); - - // DocMerge from xml: method com::sun::star::io::XPersistObject::write /** writes all the persistent data of the object to the stream. <p>The implementation must write the data in the order documented in the service specification. @@ -78,8 +76,6 @@ published interface XPersistObject: com::sun::star::uno::XInterface void write( [in] com::sun::star::io::XObjectOutputStream OutStream ) raises( com::sun::star::io::IOException ); - - // DocMerge from xml: method com::sun::star::io::XPersistObject::read /** reads all the persistent data of the object from the stream. <p>In case other XPersistObjects are read from the stream, the implementation uses a factory |