INTEGRATION: CWS presentationengine01 (1.2.18); FILE MERGED
2004/08/25 13:20:30 ka 1.2.18.1: #i30383#: added Graphic property for GraphicObjectShape
This commit is contained in:
parent
a5dff40ef0
commit
349811d3bf
2 changed files with 6 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XGraphic.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-06-11 09:36:07 $
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 17:44:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -82,7 +82,7 @@ module com { module sun { module star { module graphic
|
|||
@see XGraphicProvider
|
||||
@see XGraphicRenderer
|
||||
*/
|
||||
interface XGraphic : ::com::sun::star::uno::XInterface
|
||||
published interface XGraphic : ::com::sun::star::uno::XInterface
|
||||
{
|
||||
/** Get the type of the contained graphic
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XGraphicProvider.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2004-06-11 09:36:20 $
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 17:44:29 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -78,7 +78,7 @@ module com { module sun { module star { module graphic
|
|||
content. It is used to load graphics, store graphics and
|
||||
to get information about unloaded graphics
|
||||
*/
|
||||
interface XGraphicProvider : ::com::sun::star::uno::XInterface
|
||||
published interface XGraphicProvider : ::com::sun::star::uno::XInterface
|
||||
{
|
||||
/** Calling this method returns a
|
||||
<type scope="com::sun::star::beans">XPropertySet</type>
|
||||
|
|
Loading…
Reference in a new issue