summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarco Cecchetti <mrcekets@gmail.com>2019-03-26 14:34:42 +0100
committerJan Holesovsky <kendy@collabora.com>2019-04-30 12:04:10 +0200
commit3fb298f673db169a38c1258d66ec24821386eb40 (patch)
tree44a726d3efbf607855f3a744c67028a3b258382e /offapi
parenta1f8bc9f610e7dd234d837202bfd24337d171fdc (diff)
lok: writer: svg export transformed images
Change-Id: I908a6e01573c35c0641519f4995730af0b033c33
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/TextGraphicObject.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/TextGraphicObject.idl b/offapi/com/sun/star/text/TextGraphicObject.idl
index 32c7dde0db03..8c16c4992ad7 100644
--- a/offapi/com/sun/star/text/TextGraphicObject.idl
+++ b/offapi/com/sun/star/text/TextGraphicObject.idl
@@ -122,6 +122,9 @@ published service TextGraphicObject
/** contains the graphic.
*/
[optional, property] com::sun::star::graphic::XGraphic Graphic;
+ /** contains the transformed graphic.
+ */
+ [readonly, optional, property] com::sun::star::graphic::XGraphic TransformedGraphic;
};