From 7393d64a69094d3025639daafac5c796e79f144c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 20 Dec 2015 17:49:15 +0100 Subject: loplugin:staticcall Change-Id: I23cdf631d7a5854aa41fb24a1bc793019174baf9 --- sw/source/core/unocore/unotbl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx index 4e6c1c735d12..bd7403fe4172 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 ); } -- cgit v1.2.3