summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/attrlistimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/expatwrap/attrlistimpl.hxx')
-rw-r--r--sax/source/expatwrap/attrlistimpl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.hxx b/sax/source/expatwrap/attrlistimpl.hxx
index d618e5259719..91f0fd94e6f8 100644
--- a/sax/source/expatwrap/attrlistimpl.hxx
+++ b/sax/source/expatwrap/attrlistimpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrlistimpl.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:43:13 $
+ * last change: $Author: jbu $ $Date: 2000-10-25 08:13:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,6 +60,8 @@
************************************************************************/
#include <cppuhelper/implbase2.hxx>
+namespace sax_expatwrap
+{
struct AttributeListImpl_impl;
@@ -92,3 +94,4 @@ private:
struct AttributeListImpl_impl *m_pImpl;
};
+}