summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-11 11:05:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 11:08:11 +0200
commit0703b9dd5649d42372529554dfd0384d82bfe47d (patch)
tree163d13029a8b41cd3d89c468201acb1d5965c5bf /udkapi
parenta25ebe442aeaab6fb834582ef4cb38475fde0347 (diff)
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
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/type_reference/udkapi.idl4
1 files changed, 2 insertions, 2 deletions
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();