[PATCH 4/7] fix missing form control, partial fix for fdo#49430

Noel Power noel.power at novell.com
Wed May 30 05:59:52 PDT 2012


Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
---
 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 3369ba9..c75fa6d 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;
-- 
1.7.3.4



--------------000103050504010904080701--


More information about the LibreOffice mailing list