diff options
3 files changed, 9 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl b/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl index 102e07830f4c..4c4ec80b0636 100644 --- a/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/VndSunStarPkgUrlReferenceFactory.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: VndSunStarPkgUrlReferenceFactory.idl,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -33,14 +33,15 @@ module com { module sun { module star { module uri { -interface XVndSunStarPkgUrlReferenceFactory; +published interface XVndSunStarPkgUrlReferenceFactory; /** creates “vnd.sun.star.pkg” URL references. @since OOo 2.0.0 */ -service VndSunStarPkgUrlReferenceFactory: XVndSunStarPkgUrlReferenceFactory; +published service VndSunStarPkgUrlReferenceFactory: + XVndSunStarPkgUrlReferenceFactory; }; }; }; }; diff --git a/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl b/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl index 8d87a1b617b2..868dd0f01b47 100644 --- a/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl +++ b/udkapi/com/sun/star/uri/XExternalUriReferenceTranslator.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XExternalUriReferenceTranslator.idl,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -59,7 +59,7 @@ module com { module sun { module star { module uri { @since OOo 2.0.0 */ -interface XExternalUriReferenceTranslator { +published interface XExternalUriReferenceTranslator { /** returns the internal counterpart of an external URI reference. diff --git a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl index 81e16c965c71..d347a4f9e609 100644 --- a/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl +++ b/udkapi/com/sun/star/uri/XVndSunStarPkgUrlReferenceFactory.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: XVndSunStarPkgUrlReferenceFactory.idl,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -35,14 +35,14 @@ module com { module sun { module star { module uri { -interface XUriReference; +published interface XUriReference; /** creates “vnd.sun.star.pkg” URL references. @since OOo 2.0.0 */ -interface XVndSunStarPkgUrlReferenceFactory { +published interface XVndSunStarPkgUrlReferenceFactory { /** creates a new “vnd.sun.star.pkg” URL reference. |