summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}