summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/report/XShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/report/XShape.idl')
-rw-r--r--offapi/com/sun/star/report/XShape.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/report/XShape.idl b/offapi/com/sun/star/report/XShape.idl
index f95fc4fb9a55..c92725537075 100644
--- a/offapi/com/sun/star/report/XShape.idl
+++ b/offapi/com/sun/star/report/XShape.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/beans/PropertyValue.idl>
#include <com/sun/star/drawing/XShape.idl>
#include <com/sun/star/drawing/HomogenMatrix3.idl>
-//=============================================================================
module com { module sun { module star { module report {
-//=============================================================================
interface XShape
{
interface XReportControlModel;
@@ -52,13 +50,11 @@ interface XShape
*/
[attribute,bound] com::sun::star::drawing::HomogenMatrix3 Transformation;
- //-------------------------------------------------------------------------
/** This property contains the CustomShapeEngine service name that has to
be used for rendering.
*/
[attribute] string CustomShapeEngine;
- //-------------------------------------------------------------------------
/** This property can be used to store data that the CustomShapeEngine may
use for rendering
*/
@@ -78,7 +74,6 @@ interface XShape
[attribute,bound] boolean Opaque;
};
-//=============================================================================
}; }; }; };