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.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx
index b06e54e8d3ca..8df8064cdb64 100644
--- a/sax/source/expatwrap/attrlistimpl.cxx
+++ b/sax/source/expatwrap/attrlistimpl.cxx
@@ -34,8 +34,6 @@ using namespace ::com::sun::star::xml::sax;
namespace sax_expatwrap {
struct TagAttribute
{
- TagAttribute()
- {}
TagAttribute( const OUString &aName, const OUString &aType , const OUString &aValue )
{
this->sName = aName;