diff options
author | Noel Power <noel.power@novell.com> | 2012-05-30 13:59:52 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-30 14:31:40 +0100 |
commit | dbb385df0fc83c36cfc91b82979fabea868592c2 (patch) | |
tree | ff2269355b76c3c5a5535ea3bac77503e85548cf | |
parent | b5f6698e152992a26aed0b3dea0180da8721cab0 (diff) |
fix missing form control, partial fix for fdo#49430
Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
-rw-r--r-- | sc/source/filter/oox/drawingbase.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/oox/drawingbase.cxx b/sc/source/filter/oox/drawingbase.cxx index 4a30a1520b26..1cf511ce4d76 100644 --- a/sc/source/filter/oox/drawingbase.cxx +++ b/sc/source/filter/oox/drawingbase.cxx @@ -161,6 +161,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; |