summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/MeasureProperties.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
committerMichael Hönnig <mi@openoffice.org>2003-01-21 12:43:59 +0000
commitb60ecff99ee637e28fed7890e6781178ae5b2200 (patch)
treed95c1a90c67837cee2936ba8b29550636517321d /offapi/com/sun/star/drawing/MeasureProperties.idl
parent27c0c3ae6b7705f44b20bca1581ce01c31bf5549 (diff)
merge from src641 internal ODK release
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 df4c97b36d05..8e6626a4c79c 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;
};
//=============================================================================