summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/attrlistimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/expatwrap/attrlistimpl.cxx')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx
index 1d4a36c6f699..f471e2e0c05a 100644
--- a/sax/source/expatwrap/attrlistimpl.cxx
+++ b/sax/source/expatwrap/attrlistimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrlistimpl.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:43:12 $
+ * 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
@@ -77,6 +77,7 @@ using namespace ::com::sun::star::xml::sax;
#include "attrlistimpl.hxx"
+namespace sax_expatwrap {
struct TagAttribute
{
TagAttribute()
@@ -231,3 +232,4 @@ void AttributeListImpl::setAttributeList( const Reference< XAttributeList > &r
assert( nMax == getLength() );
}
+}