summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/CoreReflection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/CoreReflection.idl')
-rw-r--r--udkapi/com/sun/star/reflection/CoreReflection.idl10
1 files changed, 2 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/reflection/CoreReflection.idl b/udkapi/com/sun/star/reflection/CoreReflection.idl
index 8dc78a331aac..7d2cddee3eaa 100644
--- a/udkapi/com/sun/star/reflection/CoreReflection.idl
+++ b/udkapi/com/sun/star/reflection/CoreReflection.idl
@@ -30,6 +30,8 @@
/** This service is the implementation of the reflection API.
You can obtain information about types, modify values of reflected types
and call on objects.
+
+ @deprecated Rather use the 'theCoreReflection' singleton.
*/
published service CoreReflection
{
@@ -42,14 +44,6 @@ published service CoreReflection
[optional] interface com::sun::star::lang::XComponent;
};
-/** Accessable singleton to CoreReflection instance.
-singleton theCoreReflection
-{
- service CoreReflection;
-};
-*/
-
-
}; }; }; };
#endif