summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl')
-rw-r--r--offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl26
1 files changed, 13 insertions, 13 deletions
diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
index f6a755e15827..8eb1da01cab9 100644
--- a/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.idl
+++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeAdjustmentValue.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
@@ -31,28 +31,28 @@
#include <com/sun/star/beans/PropertyState.idl>
#endif
-//=============================================================================
-
+//=============================================================================
+
module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** specifies a single AdjustmentValue
*/
struct EnhancedCustomShapeAdjustmentValue
{
/** the any can be of type long or double
*/
- any Value;
+ any Value;
/**
*/
::com::sun::star::beans::PropertyState State;
-};
-
-//=============================================================================
-
+};
+
+//=============================================================================
+
}; }; }; };
-
-#endif
+
+#endif