summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/XStorage2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/XStorage2.idl')
-rw-r--r--offapi/com/sun/star/embed/XStorage2.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/XStorage2.idl b/offapi/com/sun/star/embed/XStorage2.idl
index 474474638575..1bf135be2c30 100644
--- a/offapi/com/sun/star/embed/XStorage2.idl
+++ b/offapi/com/sun/star/embed/XStorage2.idl
@@ -23,16 +23,13 @@
#include <com/sun/star/beans/NamedValue.idl>
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This interface extends the base XStorage interface.
*/
interface XStorage2 : XStorage
{
- // -----------------------------------------------------------------------
/** allows to get access to a child encrypted stream with EncryptionData.
<p>
@@ -87,7 +84,6 @@ interface XStorage2 : XStorage
::com::sun::star::io::IOException,
::com::sun::star::embed::StorageWrappedTargetException );
- // -----------------------------------------------------------------------
/** allows to get readonly copy of a child encrypted stream with encryption
data.
@@ -144,7 +140,6 @@ interface XStorage2 : XStorage
::com::sun::star::embed::StorageWrappedTargetException );
};
-//============================================================================
}; }; }; };