summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:15:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:15:37 +0000
commit0c6a9ef557b517ee3a687a3b651efc8e639a7ab8 (patch)
tree912cdc086be2fd779c2c507c99d61498e48b760b /xmloff
parent48f5444abd57f8ecab1e03b037523ec70164636d (diff)
INTEGRATION: CWS oasisbf1 (1.70.2); FILE MERGED
2004/10/15 08:13:42 mib 1.70.2.2: RESYNC: (1.70-1.71); FILE MERGED 2004/08/18 09:02:54 mib 1.70.2.1: #i32835#: text-blinking is a text property
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/sdpropls.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index 6eece1c0fb73..ea54d0675469 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.cxx,v $
*
- * $Revision: 1.73 $
+ * $Revision: 1.74 $
*
- * last change: $Author: rt $ $Date: 2004-11-03 16:39:14 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:15:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,6 +226,7 @@ using namespace ::xmloff::token;
#define _MAP(name,prefix,token,type,context) { name, sizeof(name)-1, prefix, token, type, context }
#define GMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_GRAPHIC,context)
#define DPMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_DRAWING_PAGE,context)
+#define TMAP(name,prefix,token,type,context) _MAP(name,prefix,token,type|XML_TYPE_PROP_TEXT,context)
//////////////////////////////////////////////////////////////////////////////
// entry list for graphic properties
@@ -313,7 +314,7 @@ const XMLPropertyMapEntry aXMLSDProperties[] =
GMAP( "IsMirrored", XML_NAMESPACE_DRAW, XML_MIRROR, XML_TYPE_BOOL, 0 ),
// animation text attributes
- GMAP( "TextAnimationKind", XML_NAMESPACE_STYLE,XML_TEXT_BLINKING, XML_TYPE_TEXT_ANIMATION_BLINKING, CTF_TEXTANIMATION_BLINKING ),
+ TMAP( "TextAnimationKind", XML_NAMESPACE_STYLE,XML_TEXT_BLINKING, XML_TYPE_TEXT_ANIMATION_BLINKING, CTF_TEXTANIMATION_BLINKING ),
GMAP( "TextAnimationKind", XML_NAMESPACE_TEXT, XML_ANIMATION, XML_TYPE_TEXT_ANIMATION, CTF_TEXTANIMATION_KIND ),
GMAP( "TextAnimationDirection", XML_NAMESPACE_TEXT, XML_ANIMATION_DIRECTION, XML_TYPE_TEXT_ANIMATION_DIRECTION, 0 ),
GMAP( "TextAnimationStartInside", XML_NAMESPACE_TEXT, XML_ANIMATION_START_INSIDE, XML_TYPE_BOOL, 0 ),