From c50980b4c135ea4b32882807b0b4b038ec138046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 18 Nov 2010 21:21:20 +0000 Subject: [PATCH] fix this patch up --- openoffice.org-3.1.0.ooo102061.sc.cellanchoring.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;