summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-07 17:18:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-07 18:34:50 +0200
commitd6423bcd8b4279d6246f6a2d637ead2a6a69ea63 (patch)
tree4064ffc3c18bf9f75498958c7789ea4dcb2e89a7 /udkapi
parent1856a9df67d12b2e829445274d2969d10845a820 (diff)
Update the reference rdbs to libreoffice-4-3
Change-Id: I33953f96630d6269ffdbf83f9fc9f747178e87d2
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/type_reference/udkapi.idl9
1 files changed, 5 insertions, 4 deletions
diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl
index a9fa340f1425..5000acfc73e1 100644
--- a/udkapi/type_reference/udkapi.idl
+++ b/udkapi/type_reference/udkapi.idl
@@ -40,7 +40,7 @@ module com {
interface ::com::sun::star::uno::XInterface;
::com::sun::star::beans::XIntrospectionAccess inspect([in] any aObject);
};
- published service Introspection: ::com::sun::star::beans::XIntrospection;
+ /** @deprecated */ published service Introspection: ::com::sun::star::beans::XIntrospection;
/** @deprecated */ published exception IntrospectionException: ::com::sun::star::uno::Exception {
};
published constants MethodConcept {
@@ -328,6 +328,7 @@ module com {
interface ::com::sun::star::lang::XEventListener;
void vetoableChange([in] ::com::sun::star::beans::PropertyChangeEvent aEvent) raises (::com::sun::star::beans::PropertyVetoException);
};
+ published singleton theIntrospection: ::com::sun::star::beans::XIntrospection;
};
module bridge {
published interface XBridge {
@@ -1083,7 +1084,7 @@ module com {
published interface XTypeProvider {
interface ::com::sun::star::uno::XInterface;
sequence< type > getTypes();
- sequence< byte > getImplementationId();
+ /** @deprecated */ sequence< byte > getImplementationId();
};
published interface XUnoTunnel {
interface ::com::sun::star::uno::XInterface;
@@ -1185,10 +1186,10 @@ module com {
ENUM = 15,
TYPEDEF = 16,
STRUCT = 17,
- UNION = 18,
+ /** @deprecated */ UNION = 18,
EXCEPTION = 19,
SEQUENCE = 20,
- ARRAY = 21,
+ /** @deprecated */ ARRAY = 21,
INTERFACE = 22,
SERVICE = 23,
MODULE = 24,