summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl30
1 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
index b1e78d4333cf..7e11d1890580 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeParameter.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
@@ -26,29 +26,29 @@
************************************************************************/
#ifndef __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__
#define __com_sun_star_drawing_EnhancedCustomShapeParameter_idl__
-
-//=============================================================================
-
+
+//=============================================================================
+
module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** specifies a single value which is used with EnhancedCustomShapes
*/
struct EnhancedCustomShapeParameter
{
/** the any can be of type long or double
*/
- any Value;
+ any Value;
/**
*/
- short Type;
-};
-
-//=============================================================================
-
+ short Type;
+};
+
+//=============================================================================
+
}; }; }; };
-
-#endif
+
+#endif