Kaydet (Commit) 6618a6d7 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:constantfunction: xmlsecurity

Change-Id: Iabe2b4677b75cbd4b10a55fc4b2f13ba29645cd4
üst b2d2d72a
......@@ -373,14 +373,4 @@ void SAXHelper::processingInstruction(
}
}
/**
* XDocumentHandler -- set document locator
* In this case, locator is useless.
*/
void SAXHelper::setDocumentLocator(
const cssu::Reference< cssxs::XLocator > &)
throw( cssxs::SAXException , cssu::RuntimeException )
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -71,9 +71,6 @@ class SAXHelper
const OUString& aData )
throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
void setDocumentLocator( const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XLocator > & xLocator )
throw( ::com::sun::star::xml::sax::SAXException , ::com::sun::star::uno::RuntimeException ) ;
} ;
#endif
......
......@@ -1002,10 +1002,9 @@ void SAL_CALL XMLDocumentWrapper_XmlSecImpl::processingInstruction( const OUStri
saxHelper.processingInstruction(aTarget, aData);
}
void SAL_CALL XMLDocumentWrapper_XmlSecImpl::setDocumentLocator( const cssu::Reference< cssxs::XLocator >& xLocator )
void SAL_CALL XMLDocumentWrapper_XmlSecImpl::setDocumentLocator( const cssu::Reference< cssxs::XLocator >& )
throw (cssxs::SAXException, cssu::RuntimeException, std::exception)
{
saxHelper.setDocumentLocator(xLocator);
}
/* XCompressedDocumentHandler */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment