summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorRohit Deshmukh <rohit.deshmukh@synerzip.com>2014-01-06 11:26:46 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-24 08:43:08 +0000
commitf1ec5dcfca45e9623d3da05503353df63e8dba4f (patch)
tree31b45d048744ef616c9f331fa311ea5b0ff690f8 /include/oox
parent93a2279c267e8c017550c4fe435d8c2718405aa2 (diff)
fdo#69616: Fix for VML part missing for group.
Cause: - In altenrate content, Fallback contains only group tag. Implementation: - Added export logic in Vml export. - Added unit test case for vml group. Change-Id: Ia1c9834950528dc892caea1cb675a7f42165d9ba Reviewed-on: https://gerrit.libreoffice.org/7276 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/export/vmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx
index bc7bf294b09e..2b414c0d81be 100644
--- a/include/oox/export/vmlexport.hxx
+++ b/include/oox/export/vmlexport.hxx
@@ -89,6 +89,7 @@ public:
sal_uInt32 AddSdrObject( const SdrObject& rObj, sal_Int16 eHOri = -1,
sal_Int16 eVOri = -1, sal_Int16 eHRel = -1,
sal_Int16 eVRel = -1, const Point* pNdTopLeft = 0, const sal_Bool bOOxmlExport = false );
+ virtual void AddSdrObjectVMLObject( const SdrObject& rObj);
protected:
/// Add an attribute to the generated <v:shape/> element.
@@ -109,7 +110,6 @@ protected:
///
/// The parameter is just what we got from StartShape().
virtual void EndShape( sal_Int32 nShapeElement );
-
virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect );
private: