summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XCommonEmbedPersist.idl')
-rw-r--r--offapi/com/sun/star/embed/XCommonEmbedPersist.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
index 39ab7cb5976c..8a4603d84198 100644
--- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
+++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl
@@ -35,17 +35,14 @@
#include <com/sun/star/lang/IllegalArgumentException.idl>
#include <com/sun/star/beans/PropertyValue.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** specifies common implementation for embedded objects and links
persistence.
*/
published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
{
- //------------------------------------------------------------------------
/** lets the object or the link store itself.
@throws com::sun::star::embed::WrongStateException
@@ -62,7 +59,6 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
::com::sun::star::io::IOException,
::com::sun::star::uno::Exception );
- //------------------------------------------------------------------------
/** allows to detect if the data store is read-only.
@returns
@@ -75,7 +71,6 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
boolean isReadonly()
raises( ::com::sun::star::embed::WrongStateException );
- //------------------------------------------------------------------------
/** lets the object or the link reload itself.
<p>
@@ -112,7 +107,6 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface
::com::sun::star::uno::Exception );
};
-//============================================================================
}; }; }; };