From b8757ee8c7a024c36dda276bbe7dc69d5445e9c4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Apr 2014 13:48:53 +0200 Subject: Clean up function declarations and some unused functions Change-Id: I5817a5ad3966918cfb1920be568b7401dd6f948c --- comphelper/source/xml/attributelist.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'comphelper/source/xml/attributelist.cxx') diff --git a/comphelper/source/xml/attributelist.cxx b/comphelper/source/xml/attributelist.cxx index 29d8d9681c71..de5e58b3fadf 100644 --- a/comphelper/source/xml/attributelist.cxx +++ b/comphelper/source/xml/attributelist.cxx @@ -30,7 +30,6 @@ namespace comphelper { struct TagAttribute_Impl { - TagAttribute_Impl(){} TagAttribute_Impl( const OUString &aName, const OUString &aType, const OUString &aValue ) { -- cgit