summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index 6231dfc95f07..675f36c71eec 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
@@ -25,10 +25,11 @@ module com { module sun { module star { module lang {
/** Factory interface to produce instances of an implementation
of a service specification.
- This interface is deprecated. Please use XSingleComponentFactory.
+ This interface is mostly deprecated. Please use XSingleComponentFactory.
+ However, it is still used for specific tasks, e.g. by com::sun::star::script::Invocation or
+ com::sun::star::configuration::SimpleSetUpdate.
@see XInitialization
- @deprecated
*/
published interface XSingleServiceFactory: com::sun::star::uno::XInterface
{