oox/source/xls/drawingbase.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit edd7b00431f5d3c008437e974b93dda804300bbf
Author: Noel Power <noel.po...@novell.com>
Date:   Wed May 30 13:59:52 2012 +0100

    fix missing form control, partial fix for fdo#49430
    
    Change-Id: I7a0dd3d6e25a48449941e258ea5a16a247a8fe05
    
    Signed-off-by: Fridrich Å trba <fridrich.st...@bluewin.ch>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to