diff options
author | Noel Power <noel.power@novell.com> | 2012-05-30 13:59:52 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-11 12:07:37 +0200 |
commit | edd7b00431f5d3c008437e974b93dda804300bbf (patch) | |
tree | bb70610a34fa166a94e312cb34f13d484b8443f2 | |
parent | d712d16d9adf9a711ce78e5ead8c55f7bf3ee1a6 (diff) |
fix missing form control, partial fix for fdo#49430
Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
-rw-r--r-- | oox/source/xls/drawingbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/xls/drawingbase.cxx b/oox/source/xls/drawingbase.cxx index 3369ba9f7e65..c75fa6d9d0c1 100644 --- a/oox/source/xls/drawingbase.cxx +++ b/oox/source/xls/drawingbase.cxx @@ -170,6 +170,7 @@ void ShapeAnchor::setCellPos( sal_Int32 nElement, sal_Int32 nParentContext, cons void ShapeAnchor::importVmlAnchor( const OUString& rAnchor ) { meAnchorType = ANCHOR_VML; + meCellAnchorType = CELLANCHOR_PIXEL; ::std::vector< OUString > aTokens; sal_Int32 nIndex = 0; |