summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/Aspects.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/Aspects.idl')
-rw-r--r--offapi/com/sun/star/embed/Aspects.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/embed/Aspects.idl b/offapi/com/sun/star/embed/Aspects.idl
index 4450ab3c80e8..f48cf3620754 100644
--- a/offapi/com/sun/star/embed/Aspects.idl
+++ b/offapi/com/sun/star/embed/Aspects.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_embed_Aspects_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** The constant set contains possible aspects for an embedded object.
<p>
@@ -45,30 +43,25 @@ published constants Aspects
{
// MS OLE aspects
- // -----------------------------------------------------------------------
/** specifies view of the object to be displayed as an embedded object
inside a container.
*/
const hyper MSOLE_CONTENT = 1;
- // -----------------------------------------------------------------------
/** specifies view of the object to be displayed in a browsing tool.
*/
const hyper MSOLE_THUMBNAIL = 2;
- // -----------------------------------------------------------------------
/** specifies view of the object when object is represented by Icon.
*/
const hyper MSOLE_ICON = 4;
- // -----------------------------------------------------------------------
/** specifies view of the object for print preview.
*/
const hyper MSOLE_DOCPRINT = 8;
};
-//============================================================================
}; }; }; };