diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-03-23 12:36:29 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-03-23 12:36:29 +0100 |
commit | 27a82e602ea7bbd9fd8ca6e6d13ccca7d2dffb15 (patch) | |
tree | 114d2fde8d1496b0adcbace3748c8198e1186ac9 /offapi/com/sun/star/embed/XComponentSupplier.idl | |
parent | eb51d04fc6b6f6ef63c9194739b2c6fd6b2e29da (diff) |
fwk138: #i87496# publish services, interfaces and etc.
Diffstat (limited to 'offapi/com/sun/star/embed/XComponentSupplier.idl')
-rw-r--r-- | offapi/com/sun/star/embed/XComponentSupplier.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/embed/XComponentSupplier.idl b/offapi/com/sun/star/embed/XComponentSupplier.idl index bb544e388..b266b0761 100644 --- a/offapi/com/sun/star/embed/XComponentSupplier.idl +++ b/offapi/com/sun/star/embed/XComponentSupplier.idl @@ -38,7 +38,7 @@ //============================================================================= /** provides access to a component. */ -interface XComponentSupplier: com::sun::star::uno::XInterface +published interface XComponentSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** allows to get access to a component. |