summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl')
-rw-r--r--offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
index b061bc6d2ddc..36d6644d129a 100644
--- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
+++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl
@@ -42,11 +42,9 @@
#include <com/sun/star/packages/NoEncryptionException.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This interface allows hierarchical access to storage tree.
<p>
@@ -64,8 +62,6 @@
published interface XHierarchicalStorageAccess
{
// METHODS
- //
- // -----------------------------------------------------------------------
/** allows to get access to a child stream of the storage, using
hierarchical path.
@@ -106,7 +102,6 @@ published interface XHierarchicalStorageAccess
::com::sun::star::io::IOException,
::com::sun::star::embed::StorageWrappedTargetException );
- // -----------------------------------------------------------------------
/** allows to get access to a child encrypted stream with password using
hierarchical path.
@@ -162,7 +157,6 @@ published interface XHierarchicalStorageAccess
::com::sun::star::io::IOException,
::com::sun::star::embed::StorageWrappedTargetException );
- // -----------------------------------------------------------------------
/** removes a stream specified by hierarchical name from a storage.
@param sElementPath
@@ -193,7 +187,6 @@ published interface XHierarchicalStorageAccess
};
-//============================================================================
}; }; }; };