sw/source/core/unocore/unotbl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7393d64a69094d3025639daafac5c796e79f144c Author: Stephan Bergmann <sberg...@redhat.com> Date: Sun Dec 20 17:49:15 2015 +0100 loplugin:staticcall Change-Id: I23cdf631d7a5854aa41fb24a1bc793019174baf9 diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index 4e6c1c7..bd7403f 100644 --- a/sw/source/core/unocore/unotbl.cxx +++ b/sw/source/core/unocore/unotbl.cxx @@ -3474,7 +3474,7 @@ uno::Any SwXCellRange::getPropertyValue(const OUString& rPropertyName) case RES_VERT_ORIENT: { SwFormatVertOrient aVertOrient; - if( m_pTableCursor->GetDoc()->GetBoxAttr( *m_pTableCursor, aVertOrient ) ) + if( SwDoc::GetBoxAttr( *m_pTableCursor, aVertOrient ) ) { aVertOrient.QueryValue( aRet, pEntry->nMemberId ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits