diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 12:01:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 12:01:35 +0000 |
commit | efd707cc228352504dad4e760a7cc1c04a9c4d72 (patch) | |
tree | 8aeb80dbb79c336aead4f91556146ae6386162b9 | |
parent | 44a723f2defdba5cbca19b8342efe6bab54ac671 (diff) |
INTEGRATION: CWS os100 (1.10.344); FILE MERGED
2007/07/10 13:43:52 os 1.10.344.1: #i71108# graphic::XGraphic added
-rw-r--r-- | offapi/com/sun/star/text/TextGraphicObject.idl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl index 7f0f67bba4c5..3d4bd40b679e 100644 --- a/offapi/com/sun/star/text/TextGraphicObject.idl +++ b/offapi/com/sun/star/text/TextGraphicObject.idl @@ -4,9 +4,9 @@ * * $RCSfile: TextGraphicObject.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:29:35 $ + * last change: $Author: obo $ $Date: 2007-07-18 13:01:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,6 +52,9 @@ #ifndef __com_sun_star_container_XIndexContainer_idl__ #include <com/sun/star/container/XIndexContainer.idl> #endif +#ifndef __com_sun_star_graphic_XGraphic_idl__ +#include <com/sun/star/graphic/XGraphic.idl> +#endif //============================================================================= @@ -170,6 +173,10 @@ published service TextGraphicObject /** contains the ColorMode as <type scope="com::sun::star::drawing">ColorMode</type>. */ [property] com::sun::star::drawing::ColorMode GraphicColorMode; + //------------------------------------------------------------------------- + /** contains the graphic. + */ + [optional, property] com::sun::star::graphic::XGraphic Graphic; }; |