summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/MutableAttrList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/MutableAttrList.hxx')
-rw-r--r--xmloff/source/transform/MutableAttrList.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/transform/MutableAttrList.hxx b/xmloff/source/transform/MutableAttrList.hxx
index ae01037f6b75..1dbd084ac44c 100644
--- a/xmloff/source/transform/MutableAttrList.hxx
+++ b/xmloff/source/transform/MutableAttrList.hxx
@@ -78,7 +78,6 @@ public:
// void Clear();
void RemoveAttributeByIndex( sal_Int16 i );
void RenameAttributeByIndex( sal_Int16 i, const ::rtl::OUString& rNewName );
-// 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 > & );
sal_Int16 GetIndexByName( const ::rtl::OUString& rName ) const;