diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 11:04:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 11:04:16 +0000 |
commit | 7f35cd840700210bb1554c8d2d34fdccb9cbf083 (patch) | |
tree | 77b09572217a2ba7659c9742acc32e31477be45b /udkapi/com/sun/star/uri | |
parent | b5e45aa62717b8a505ccaacf200cb77daa98b4fe (diff) |
INTEGRATION: CWS sb86 (1.5.88); FILE MERGED
2008/03/26 09:57:46 sb 1.5.88.1: #i87123# published
Diffstat (limited to 'udkapi/com/sun/star/uri')
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. |