summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/MeasureProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/MeasureProperties.idl')
-rw-r--r--offapi/com/sun/star/drawing/MeasureProperties.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/offapi/com/sun/star/drawing/MeasureProperties.idl b/offapi/com/sun/star/drawing/MeasureProperties.idl
index b2e6a2ec4..ec75ac1f4 100644
--- a/offapi/com/sun/star/drawing/MeasureProperties.idl
+++ b/offapi/com/sun/star/drawing/MeasureProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MeasureProperties.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2002-12-03 17:07:44 $
+ * last change: $Author: mi $ $Date: 2003-01-21 13:41:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,12 +170,6 @@ service MeasureProperties
/** If this value is <TRUE/>, the text is printed upside down.
*/
[property] boolean MeasureTextUpsideDown;
-
- //-------------------------------------------------------------------------
- /** This value is the number of decimal places that is used to format the
- measure value
- */
- [optional, property] short MeasureDecimalPlaces;
};
//=============================================================================