summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/VisualRepresentation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/VisualRepresentation.idl')
-rw-r--r--offapi/com/sun/star/embed/VisualRepresentation.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/VisualRepresentation.idl b/offapi/com/sun/star/embed/VisualRepresentation.idl
index 81f4ba42af92..775498914d66 100644
--- a/offapi/com/sun/star/embed/VisualRepresentation.idl
+++ b/offapi/com/sun/star/embed/VisualRepresentation.idl
@@ -21,29 +21,24 @@
#include <com/sun/star/datatransfer/DataFlavor.idl>
-//=============================================================================
module com { module sun { module star { module embed {
-//=============================================================================
/** can contain a graphical representation in an arbitrary format.
*/
published struct VisualRepresentation
{
- //-------------------------------------------------------------------------
/** The format of the visual representation.
*/
::com::sun::star::datatransfer::DataFlavor Flavor;
- //-------------------------------------------------------------------------
/** The data in the format specified by <member>Flavor</member>.
*/
any Data;
};
-//=============================================================================
}; }; }; };