summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accpara.cxx')
-rw-r--r--sw/source/core/access/accpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/accpara.cxx b/sw/source/core/access/accpara.cxx
index 21a08a108d6c..f35dfcd30eac 100644
--- a/sw/source/core/access/accpara.cxx
+++ b/sw/source/core/access/accpara.cxx
@@ -1475,7 +1475,7 @@ OUString SwAccessibleParagraph::GetFieldTypeNameAtIndex(sal_Int32 nIndex)
const SwField* pField = (pTxtFld->GetFmtFld()).GetField();
if (pField)
{
- strTypeName = pField->GetTyp()->GetTypeStr(pField->GetTypeId());
+ strTypeName = SwFieldType::GetTypeStr(pField->GetTypeId());
sal_uInt16 nWhich = pField->GetTyp()->Which();
rtl::OUString sEntry;
sal_Int32 subType = 0;