summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XSimpleFileAccess2.idl')
-rw-r--r--offapi/com/sun/star/ucb/XSimpleFileAccess2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl b/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
index 7cd481086c81..fa025b721f13 100644
--- a/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
+++ b/offapi/com/sun/star/ucb/XSimpleFileAccess2.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/io/XInputStream.idl>
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** This is an extension to the interface <type>XSimpleFileAccess</type>.
*/
published interface XSimpleFileAccess2 : com::sun::star::ucb::XSimpleFileAccess
{
- //-------------------------------------------------------------------------
/** Overwrites the file content with the given data.
<p>If the file does not exist, it will be created.
@@ -51,7 +48,6 @@ published interface XSimpleFileAccess2 : com::sun::star::ucb::XSimpleFileAccess
};
-//=============================================================================
}; }; }; };