From 0703b9dd5649d42372529554dfd0384d82bfe47d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 11 Apr 2014 11:05:55 +0200 Subject: Update the reference rdbs to libreoffice-4-2-0 ...incl. some /** @deprecated */ that had inadvertently been missing from the original unoidl-read output, and re-apply the fix from 09f9a79b112aae36d54520568962d84a931f6491 "[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException." Change-Id: I5f9001e0cf05ec6cd950011ab307b71811f1a2e1 --- udkapi/type_reference/udkapi.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udkapi') diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl index 9ade78e235d1..a9fa340f1425 100644 --- a/udkapi/type_reference/udkapi.idl +++ b/udkapi/type_reference/udkapi.idl @@ -1260,7 +1260,7 @@ module com { published interface XIdlMethod; published interface XIdlClass { interface ::com::sun::star::uno::XInterface; - sequence< ::com::sun::star::reflection::XIdlClass > getClasses(); + /** @deprecated */ sequence< ::com::sun::star::reflection::XIdlClass > getClasses(); /** @deprecated */ ::com::sun::star::reflection::XIdlClass getClass([in] string aName); boolean equals([in] ::com::sun::star::reflection::XIdlClass Type); boolean isAssignableFrom([in] ::com::sun::star::reflection::XIdlClass xType); @@ -1268,7 +1268,7 @@ module com { string getName(); /** @deprecated */ ::com::sun::star::uno::Uik getUik(); sequence< ::com::sun::star::reflection::XIdlClass > getSuperclasses(); - sequence< ::com::sun::star::reflection::XIdlClass > getInterfaces(); + /** @deprecated */ sequence< ::com::sun::star::reflection::XIdlClass > getInterfaces(); ::com::sun::star::reflection::XIdlClass getComponentType(); ::com::sun::star::reflection::XIdlField getField([in] string aName); sequence< ::com::sun::star::reflection::XIdlField > getFields(); -- cgit v1.2.3