summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/ExportStreamInfo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/ExportStreamInfo.idl')
-rw-r--r--offapi/com/sun/star/ucb/ExportStreamInfo.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/ExportStreamInfo.idl b/offapi/com/sun/star/ucb/ExportStreamInfo.idl
index 65f828a779b4..140d983c5a35 100644
--- a/offapi/com/sun/star/ucb/ExportStreamInfo.idl
+++ b/offapi/com/sun/star/ucb/ExportStreamInfo.idl
@@ -22,29 +22,24 @@
#include <com/sun/star/io/XOutputStream.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** information needed to export an object in mbx format (supplying an output
stream to export into).
*/
published struct ExportStreamInfo
{
- //-------------------------------------------------------------------------
/** the output stream to export into.
*/
com::sun::star::io::XOutputStream Target;
- //-------------------------------------------------------------------------
/** tries hard to make message (document) bodies available for export.
*/
boolean ForceBodies;
};
-//=============================================================================
}; }; }; };