summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-13 09:59:49 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-13 09:59:49 +0000
commit0fb52cd30778c65ef1a608e64afb1dd229950328 (patch)
treea870cbf5641d0e1d043ff668988c318b98ae3626 /xmloff
parent5ddd4e508294a0e9f535ea4287d016a11bf616fb (diff)
INTEGRATION: CWS opofxmlstorage (1.34.156); FILE MERGED
2006/08/25 13:26:38 mav 1.34.156.1: #i68684# support iconified objects
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdpropls.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx
index 64c2b4d03422..3906061c84b0 100644
--- a/xmloff/source/draw/sdpropls.hxx
+++ b/xmloff/source/draw/sdpropls.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdpropls.hxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:48:50 $
+ * last change: $Author: obo $ $Date: 2006-10-13 10:59:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -215,7 +215,7 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[];
#define CTF_FONTWORK_SHADOWTRANSPARENCE 1033
//////////////////////////////////////////////////////////////////////////////
-// OLE
+// OLE part 1
#define CTF_SD_OLE_VIS_AREA_LEFT 1040
#define CTF_SD_OLE_VIS_AREA_TOP 1041
#define CTF_SD_OLE_VIS_AREA_WIDTH 1042
@@ -244,6 +244,11 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps_onlyHeadersFooter[];
#define CTF_DATE_TIME_UPDATE 1058
//////////////////////////////////////////////////////////////////////////////
+// OLE part 2
+#define CTF_SD_OLE_ASPECT 1059
+
+
+//////////////////////////////////////////////////////////////////////////////
// enum maps for attributes
extern SvXMLEnumMapEntry aXML_ConnectionKind_EnumMap[];