summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/AnyCompareFactory.idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-30 02:29:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-04-02 20:44:39 +0200
commit3893b00efb752942c6517bdf21d0a2cdc8ab14ab (patch)
tree2a7ae6d617997943454ba12e6051f43618ad5435 /offapi/com/sun/star/ucb/AnyCompareFactory.idl
parent15f9ca7d5889a3203739edb36db7a6f32a24b6ba (diff)
fdo#46808, Adapt UNO services to new style
Update selected IDL files to use new syntax. Update the makefiles to generate the necessary new include files. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/ucb/AnyCompareFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/AnyCompareFactory.idl10
1 files changed, 1 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ucb/AnyCompareFactory.idl b/offapi/com/sun/star/ucb/AnyCompareFactory.idl
index 410b2b1921ae..94a4d8ee7158 100644
--- a/offapi/com/sun/star/ucb/AnyCompareFactory.idl
+++ b/offapi/com/sun/star/ucb/AnyCompareFactory.idl
@@ -39,15 +39,7 @@ module com { module sun { module star { module ucb {
@since OOo 1.1.2
*/
-published service AnyCompareFactory
-{
- //-------------------------------------------------------------------------
- /** a factory to get implementations of interface
- <type>XAnyCompare</type>.
- */
- interface com::sun::star::ucb::XAnyCompareFactory;
-
-};
+published service AnyCompareFactory : XAnyCompareFactory;
//=============================================================================