diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-03 00:47:44 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-10-03 16:11:11 +0200 |
commit | 1fe85161e45d2097e5c3f1e227920d91b8e5d6fe (patch) | |
tree | 2844b2e0c69ad627ad3a0d3bf189ac9c834c2fc7 /xmloff/inc | |
parent | 84e2f8ff43f2b59cd93a7df9ededdffa8bb87ef5 (diff) |
callcatcher: comphelper's unused code
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmloff/attrlist.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/attrlist.hxx b/xmloff/inc/xmloff/attrlist.hxx index 33a2fcb8184b..00ff4a302ea3 100644 --- a/xmloff/inc/xmloff/attrlist.hxx +++ b/xmloff/inc/xmloff/attrlist.hxx @@ -79,7 +79,6 @@ public: void AddAttribute( const ::rtl::OUString &sName , const ::rtl::OUString &sValue ); void Clear(); void RemoveAttribute( const ::rtl::OUString sName ); - void SetAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & ); void AppendAttributeList( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & ); void SetValueByIndex( sal_Int16 i, const ::rtl::OUString& rValue ); void RemoveAttributeByIndex( sal_Int16 i ); |