[Libreoffice-commits] .: Branch 'libreoffice-3-5' - oox/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Jun 11 03:07:53 PDT 2012


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

New commits:
commit edd7b00431f5d3c008437e974b93dda804300bbf
Author: Noel Power <noel.power at 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.strba at 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;


More information about the Libreoffice-commits mailing list