diff options
author | Ri GangHu <sweetdream201@163.com> | 2013-08-04 14:39:18 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-22 17:06:10 +0200 |
commit | d3ffe3ed3fa1b80c7e54439673029e105940db80 (patch) | |
tree | b327a7ea5397c47be50109d15d7efd917d37d2ec /include/oox | |
parent | 84184f957d004e1f7b7a361935d34b1fc2af51d6 (diff) |
fdo#67737 : fix for flip not being imported & rendered correctly
Signed-off-by: Adam Co <rattles2013@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/5272
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Change-Id: I5c8440edad0381e33b64f64bb54aa8f1bc304007
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/export/vmlexport.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/export/vmlexport.hxx b/include/oox/export/vmlexport.hxx index f6fcbb2f895f..7a5f7ec96351 100644 --- a/include/oox/export/vmlexport.hxx +++ b/include/oox/export/vmlexport.hxx @@ -126,6 +126,9 @@ private: /// Create an OString representing the id from a numerical id. static OString ShapeIdString( sal_uInt32 nId ); + /// Add flip X and\or flip Y + void AddFlipXY( ); + /// Add starting and ending point of a line to the m_pShapeAttrList. void AddLineDimensions( const Rectangle& rRectangle ); |