summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/MutableAttrList.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/MutableAttrList.cxx')
-rw-r--r--xmloff/source/transform/MutableAttrList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/transform/MutableAttrList.cxx b/xmloff/source/transform/MutableAttrList.cxx
index 815585e01f95..d6b98295b5b3 100644
--- a/xmloff/source/transform/MutableAttrList.cxx
+++ b/xmloff/source/transform/MutableAttrList.cxx
@@ -161,7 +161,7 @@ void XMLMutableAttributeList::RenameAttributeByIndex( sal_Int16 i,
}
void XMLMutableAttributeList::AppendAttributeList(
- const Reference< ::com::sun::star::xml::sax::XAttributeList >& r )
+ const Reference< css::xml::sax::XAttributeList >& r )
{
GetMutableAttrList()->AppendAttributeList( r );
}