summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/OLESimpleStorage.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/OLESimpleStorage.idl')
-rw-r--r--offapi/com/sun/star/embed/OLESimpleStorage.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/embed/OLESimpleStorage.idl b/offapi/com/sun/star/embed/OLESimpleStorage.idl
index 39c823f99f9a..3d14e2e6d408 100644
--- a/offapi/com/sun/star/embed/OLESimpleStorage.idl
+++ b/offapi/com/sun/star/embed/OLESimpleStorage.idl
@@ -23,9 +23,7 @@
#include <com/sun/star/io/XInputStream.idl>
#include <com/sun/star/io/XStream.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This service provides a simple functionality to allow
read/write the storages in OLE storage format.
*/
@@ -59,7 +57,6 @@ published service OLESimpleStorage: XOLESimpleStorage
createFromStream ([in] ::com::sun::star::io::XStream xStream, [in] boolean bNoTempCopy);
};
-//============================================================================
}; }; }; };