summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/attrlistimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/expatwrap/attrlistimpl.cxx')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx
index fad903fd4ff2..0eba8f06217d 100644
--- a/sax/source/expatwrap/attrlistimpl.cxx
+++ b/sax/source/expatwrap/attrlistimpl.cxx
@@ -57,7 +57,7 @@ struct AttributeList_impl
-sal_Int16 AttributeList::getLength(void) throw (RuntimeException, std::exception)
+sal_Int16 AttributeList::getLength() throw (RuntimeException, std::exception)
{
return static_cast<sal_Int16>(m_pImpl->vecAttribute.size());
}