diff --git a/openoffice.org-3.1.0.ooo102061.sc.cellanchoring.patch b/openoffice.org-3.1.0.ooo102061.sc.cellanchoring.patch index d1f7e01..5512a71 100644 --- a/openoffice.org-3.1.0.ooo102061.sc.cellanchoring.patch +++ b/openoffice.org-3.1.0.ooo102061.sc.cellanchoring.patch @@ -1751,3 +1751,14 @@ diff -ru sc.orig/source/ui/view/drawview.cxx sc/source/ui/view/drawview.cxx } } } +--- sc.orig/source/filter/xcl97/xcl97rec.cxx 2010-11-18 21:18:32.000000000 +0000 ++++ sc/source/filter/xcl97/xcl97rec.cxx 2010-11-18 21:19:31.000000000 +0000 +@@ -1014,7 +1014,7 @@ + if( const SdrObject* pShape = EscherEx::GetSdrObject( rObj.GetShape() ) ) + { + // OOXTODO: returning "twoCell" +- switch( ScDrawLayer::GetAnchor( pShape ) ) ++ switch( ScDrawLayer::GetAnchorType( *pShape ) ) + { + case SCA_CELL: return "oneCell"; + default: break;