summaryrefslogtreecommitdiff
path: root/xmloff/inc/anim.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2000-12-21 17:57:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2000-12-21 17:57:52 +0000
commit8d17ae3ccb68da92548595250f5724f13232010e (patch)
tree153a7d7e1f9d96facb646cb2ed7ccaa681be3615 /xmloff/inc/anim.hxx
parentf897ee3f056eaaceb6623700b5a938e8ddb2265f (diff)
#65293# removed extra comma
Diffstat (limited to 'xmloff/inc/anim.hxx')
-rw-r--r--xmloff/inc/anim.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/anim.hxx b/xmloff/inc/anim.hxx
index f6b568025295..6ac39f452192 100644
--- a/xmloff/inc/anim.hxx
+++ b/xmloff/inc/anim.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: anim.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2000-12-19 14:03:25 $
+ * last change: $Author: vg $ $Date: 2000-12-21 18:57:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,7 +127,7 @@ enum XMLEffectDirection
ED_to_center,
ED_clockwise,
- ED_cclockwise,
+ ED_cclockwise
};
extern SvXMLEnumMapEntry aXML_AnimationDirection_EnumMap[];