summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
index 5032f2391187..4bb11e030ec1 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeTextFrame.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl>
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
/** specifies the coordinates used with EnhancedCustomShapes
*/
@@ -33,13 +31,11 @@ struct EnhancedCustomShapeTextFrame
{
::com::sun::star::drawing::EnhancedCustomShapeParameterPair TopLeft;
- //-------------------------------------------------------------------------
::com::sun::star::drawing::EnhancedCustomShapeParameterPair BottomRight;
};
-//=============================================================================
}; }; }; };