From 09f9a79b112aae36d54520568962d84a931f6491 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 21 Feb 2014 14:35:22 +0000 Subject: [API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException coverity#1158397 Uncaught exception Change-Id: Iabf0b1f0500cb4218d8cb3aff372777471e8f287 --- offapi/type_reference/offapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/type_reference') diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index a474f590ec15..b2042d612124 100644 --- a/offapi/type_reference/offapi.idl +++ b/offapi/type_reference/offapi.idl @@ -17577,7 +17577,7 @@ module com { published interface XExtendedDocumentHandler { interface ::com::sun::star::xml::sax::XDocumentHandler; void startCDATA() raises (::com::sun::star::xml::sax::SAXException); - void endCDATA(); + void endCDATA() raises (::com::sun::star::xml::sax::SAXException); void comment([in] string sComment) raises (::com::sun::star::xml::sax::SAXException); void allowLineBreak() raises (::com::sun::star::xml::sax::SAXException); void unknown([in] string sString) raises (::com::sun::star::xml::sax::SAXException); -- cgit