summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-08-29 09:25:21 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-08-29 09:26:14 +0200
commit9f6dd9a4cff12460d09a31a065feaf8fece1eb4b (patch)
treeb8281e867c22a37c0ce7971b5d4669703acdb493 /oox/inc
parent2323ca6bc367f6c8125eb994d02e7988cc4d276c (diff)
n#777345 import imagedata of v:rect elements inside OLE objects
Change-Id: I300bb5d3008b839f6ec63a4435f5ce8c1dd0a2c1
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index b0c00b3899b5..728ca15e83b0 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -284,6 +284,12 @@ class RectangleShape : public SimpleShape
{
public:
explicit RectangleShape( Drawing& rDrawing );
+protected:
+ /** Creates the corresponding XShape and inserts it into the passed container. */
+ virtual com::sun::star::uno::Reference<com::sun::star::drawing::XShape>
+ implConvertAndInsert(
+ const com::sun::star::uno::Reference<com::sun::star::drawing::XShapes>& rxShapes,
+ const com::sun::star::awt::Rectangle& rShapeRect) const;
};
// ============================================================================