diff options
Diffstat (limited to 'udkapi/com')
-rw-r--r-- | udkapi/com/sun/star/reflection/ProxyFactory.idl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl index bf19be86bcc0..f69028203a92 100644 --- a/udkapi/com/sun/star/reflection/ProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/ProxyFactory.idl @@ -44,12 +44,7 @@ depends on your programming language. Thus this service is deprecated, too. */ -published service ProxyFactory -{ - /** Factory interface to produce proxies - */ - interface com::sun::star::reflection::XProxyFactory; -}; +published service ProxyFactory : XProxyFactory; }; }; }; }; |