summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextGraphicObject.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 12:01:35 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 12:01:35 +0000
commit212a3f550b86ce90f8d4fa05d0e610b8ac683679 (patch)
tree8d3586881c02199377d4d923be3ae0b9e212da9a /offapi/com/sun/star/text/TextGraphicObject.idl
parent04143b29d1a8d1c764c37df3589300ff233b7981 (diff)
INTEGRATION: CWS os100 (1.10.344); FILE MERGED
2007/07/10 13:43:52 os 1.10.344.1: #i71108# graphic::XGraphic added
Diffstat (limited to 'offapi/com/sun/star/text/TextGraphicObject.idl')
-rw-r--r--offapi/com/sun/star/text/TextGraphicObject.idl11
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 7f0f67bba..3d4bd40b6 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;
};