summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdpropls.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-02-01 18:12:31 +0000
committerChristian Lippka <cl@openoffice.org>2001-02-01 18:12:31 +0000
commit8b7f0d314b1db9c0f7f53cb5b31ef4014f963465 (patch)
tree5d8851ffcdc89585835e123f6941c6d0ce1ff8ae /xmloff/source/draw/sdpropls.hxx
parent58f7b4cf84965eea7da13bdd8b80fe3807a5e9aa (diff)
#80699# finished measure shapes
Diffstat (limited to 'xmloff/source/draw/sdpropls.hxx')
-rw-r--r--xmloff/source/draw/sdpropls.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx
index 8d99db3e2738..260186881148 100644
--- a/xmloff/source/draw/sdpropls.hxx
+++ b/xmloff/source/draw/sdpropls.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: cl $ $Date: 2001-01-31 16:14:27 $
+ * last change: $Author: cl $ $Date: 2001-02-01 19:06:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,10 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps[];
#define XML_SD_TYPE_TEXT_ALIGN (XML_SD_TYPES_START + 25 )
#define XML_SD_TYPE_VERTICAL_ALIGN (XML_SD_TYPES_START + 26 )
#define XML_SD_TYPE_FITTOSIZE (XML_SD_TYPES_START + 27 )
+#define XML_SD_TYPE_MEASURE_HALIGN (XML_SD_TYPES_START + 28 )
+#define XML_SD_TYPE_MEASURE_VALIGN (XML_SD_TYPES_START + 29 )
+#define XML_SD_TYPE_MEASURE_UNIT (XML_SD_TYPES_START + 30 )
+#define XML_SD_TYPE_MEASURE_PLACING (XML_SD_TYPES_START + 31 )
// 3D property types
#define XML_SD_TYPE_BACKFACE_CULLING (XML_SD_TYPES_START + 40 )