summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/OLE2Shape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/OLE2Shape.idl')
-rw-r--r--offapi/com/sun/star/drawing/OLE2Shape.idl18
1 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/drawing/OLE2Shape.idl b/offapi/com/sun/star/drawing/OLE2Shape.idl
index 52eb671bdceb..38ad28a796da 100644
--- a/offapi/com/sun/star/drawing/OLE2Shape.idl
+++ b/offapi/com/sun/star/drawing/OLE2Shape.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -41,7 +41,7 @@
//=============================================================================
-module com { module sun { module star { module drawing {
+module com { module sun { module star { module drawing {
//=============================================================================
/** This service is for an ole shape.
@@ -50,7 +50,7 @@ published service OLE2Shape
{
service com::sun::star::drawing::Shape;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** If you get this property you get the CLSID of the OLE2 document stream
contained in this OLE2 shape. If you set it, an empty OLE2 document stream
@@ -58,24 +58,24 @@ published service OLE2Shape
*/
[property] string CLSID;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** this is the internal storage name that keeps this OLE2 persist.
*/
[property] string PersistName;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** This is the model for the OLE2 inside this shape.
<p>This property returns an empty reference if the ole2 is not an
Office component.
-
+
*/
[readonly, property] com::sun::star::frame::XModel Model;
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
- /** This property returns <TRUE/> for all OLE2 that are internal
+ /** This property returns <TRUE/> for all OLE2 that are internal
Office components.
*/
[readonly, property] boolean IsInternal;
@@ -83,7 +83,7 @@ published service OLE2Shape
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif