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