summaryrefslogtreecommitdiff
path: root/xmloff/source/style/HatchStyle.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-06-15 16:16:59 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-06-15 16:16:59 +0000
commit6e1b447caf59b5cc74f1ff848e76aaa5101407ee (patch)
tree1ce5250f6d2bad90d5fb4a030d945636b64019d9 /xmloff/source/style/HatchStyle.cxx
parentad0c71176495105bf53309aeec308eec3591e6f8 (diff)
#86004# changed SvXMLTokenMap to use XML tokens
Diffstat (limited to 'xmloff/source/style/HatchStyle.cxx')
-rw-r--r--xmloff/source/style/HatchStyle.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx
index eca0dd2b0212..635493fe3a55 100644
--- a/xmloff/source/style/HatchStyle.cxx
+++ b/xmloff/source/style/HatchStyle.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: HatchStyle.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dvo $ $Date: 2001-06-15 10:37:07 $
+ * last change: $Author: dvo $ $Date: 2001-06-15 17:13:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,11 +119,11 @@ enum SvXMLTokenMapAttrs
static __FAR_DATA SvXMLTokenMapEntry aHatchAttrTokenMap[] =
{
- { XML_NAMESPACE_DRAW, sXML_name, XML_TOK_HATCH_NAME },
- { XML_NAMESPACE_DRAW, sXML_style, XML_TOK_HATCH_STYLE },
- { XML_NAMESPACE_DRAW, sXML_color, XML_TOK_HATCH_COLOR },
- { XML_NAMESPACE_DRAW, sXML_hatch_distance, XML_TOK_HATCH_DISTANCE },
- { XML_NAMESPACE_DRAW, sXML_rotation, XML_TOK_HATCH_ROTATION },
+ { XML_NAMESPACE_DRAW, XML_NAME, XML_TOK_HATCH_NAME },
+ { XML_NAMESPACE_DRAW, XML_STYLE, XML_TOK_HATCH_STYLE },
+ { XML_NAMESPACE_DRAW, XML_COLOR, XML_TOK_HATCH_COLOR },
+ { XML_NAMESPACE_DRAW, XML_HATCH_DISTANCE, XML_TOK_HATCH_DISTANCE },
+ { XML_NAMESPACE_DRAW, XML_ROTATION, XML_TOK_HATCH_ROTATION },
XML_TOKEN_MAP_END
};