summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XPersistanceHolder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XPersistanceHolder.idl')
-rw-r--r--offapi/com/sun/star/embed/XPersistanceHolder.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/XPersistanceHolder.idl b/offapi/com/sun/star/embed/XPersistanceHolder.idl
index 630a91ff97a1..cc34557952eb 100644
--- a/offapi/com/sun/star/embed/XPersistanceHolder.idl
+++ b/offapi/com/sun/star/embed/XPersistanceHolder.idl
@@ -32,16 +32,13 @@
#include <com/sun/star/io/IOException.idl>
#include <com/sun/star/io/XStream.idl>
-//=============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
/** allows to disconnect an object from its persistence.
*/
published interface XPersistanceHolder: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** disconnects the object from the persistence.
@throws com::sun::star::io::IOException
@@ -54,7 +51,6 @@ published interface XPersistanceHolder: com::sun::star::uno::XInterface
raises( ::com::sun::star::io::IOException,
::com::sun::star::uno::Exception );
- //-------------------------------------------------------------------------
/** connects the object to a persistence.
@param xStream
@@ -73,7 +69,6 @@ published interface XPersistanceHolder: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };