summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmltabe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmltabe.hxx')
-rw-r--r--xmloff/inc/xmltabe.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx
index 1acb5376f572..2cda9ff108b6 100644
--- a/xmloff/inc/xmltabe.hxx
+++ b/xmloff/inc/xmltabe.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltabe.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:02 $
+ * 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
@@ -73,6 +73,10 @@
#include "attrlist.hxx"
#endif
+#ifndef _XMLOFF_XMLTOKEN_HXX
+#include "xmltoken.hxx"
+#endif
+
class SvXMLNamespaceMap;
class SvXMLUnitConverter;
@@ -102,7 +106,8 @@ protected:
void CheckAttrList();
#endif
void ClearAttrList();
- void AddAttribute( sal_uInt16 nPrefixKey, const 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;