summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtdrope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtdrope.hxx')
-rw-r--r--xmloff/source/text/txtdrope.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmloff/source/text/txtdrope.hxx b/xmloff/source/text/txtdrope.hxx
index 225b3d99855c..6e0de91ca47b 100644
--- a/xmloff/source/text/txtdrope.hxx
+++ b/xmloff/source/text/txtdrope.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtdrope.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:06 $
+ * last change: $Author: dvo $ $Date: 2001-06-29 21:07:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,10 @@
#include "attrlist.hxx"
#endif
+#ifndef _XMLOFF_XMLTOKEN_HXX
+#include "xmltoken.hxx"
+#endif
+
class SvXMLNamespaceMap;
class SvXMLUnitConverter;
namespace com { namespace sun { namespace star { namespace uno {
@@ -104,7 +108,8 @@ protected:
void CheckAttrList();
#endif
void ClearAttrList();
- void AddAttribute( sal_uInt16 nPrefixKey, const sal_Char *pName,
+ void AddAttribute( sal_uInt16 nPrefixKey,
+ enum ::xmloff::token::XMLTokenEnum eName,
const ::rtl::OUString& rValue );
::rtl::OUString GetQNameByKey( sal_uInt16 nKey,
const ::rtl::OUString& rLocalName ) const;