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 dedb6edea8cf..7839fead2c70 100644
--- a/xmloff/source/transform/MutableAttrList.cxx
+++ b/xmloff/source/transform/MutableAttrList.cxx
@@ -88,7 +88,7 @@ sal_Int64 SAL_CALL XMLMutableAttributeList::getSomething(
return 0;
}
-sal_Int16 SAL_CALL XMLMutableAttributeList::getLength(void)
+sal_Int16 SAL_CALL XMLMutableAttributeList::getLength()
throw( RuntimeException, std::exception )
{
return m_xAttrList->getLength();