diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-06-29 20:07:26 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-06-29 20:07:26 +0000 |
commit | f4983559bde7e92cc93ddaf79650db9aabc15019 (patch) | |
tree | fb2a4107a2c056882b68f14fda364b2e14e142b3 /xmloff/inc/HatchStyle.hxx | |
parent | 5e7951a2d8e80d1353ee51be3c0129e24841e1ce (diff) |
#86004# changes sXML_* strings to XML_* tokens
Diffstat (limited to 'xmloff/inc/HatchStyle.hxx')
-rw-r--r-- | xmloff/inc/HatchStyle.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/inc/HatchStyle.hxx b/xmloff/inc/HatchStyle.hxx index a140050736bd..236dcd822f80 100644 --- a/xmloff/inc/HatchStyle.hxx +++ b/xmloff/inc/HatchStyle.hxx @@ -2,9 +2,9 @@ * * $RCSfile: HatchStyle.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:07:00 $ + * last change: $Author: dvo $ $Date: 2001-06-29 21:07:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ #include <com/sun/star/xml/sax/XDocumentHandler.hpp> #endif +#ifndef _XMLOFF_XMLTOKEN_HXX +#include "xmltoken.hxx" +#endif + class SvXMLNamespaceMap; class SvXMLAttributeList; class SvXMLUnitConverter; @@ -96,7 +100,7 @@ private: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& xAttrList, ::com::sun::star::uno::Any& rValue, ::rtl::OUString& rStrName ); - void AddAttribute( sal_uInt16 nPrefix, const sal_Char *pName, const ::rtl::OUString& rStrValue ); + void AddAttribute( sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, const ::rtl::OUString& rStrValue ); }; |