summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoportenum.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-30 16:13:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-30 16:14:25 +0000
commit8e79e7788d109403b7a5eb694f73e030a50be2c9 (patch)
tree66241c1509cf59a4a2913b0c0f121a11a3077b3a /sw/source/core/unocore/unoportenum.cxx
parentda4395d818a0826e92976a066e86c8be8320ec2d (diff)
WaE: [loplugin:staticcall]
Change-Id: I2e3ad291d34b412b27b52cf54266ede6b31028a2
Diffstat (limited to 'sw/source/core/unocore/unoportenum.cxx')
-rw-r--r--sw/source/core/unocore/unoportenum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx
index e079b9cc75a5..35e074a335ad 100644
--- a/sw/source/core/unocore/unoportenum.cxx
+++ b/sw/source/core/unocore/unoportenum.cxx
@@ -214,7 +214,7 @@ namespace
sw::mark::IMark* pBkmk = const_cast<sw::mark::IMark*>(pIndex->GetMark());
if (!pBkmk)
continue;
- IDocumentMarkAccess::MarkType eType = pMarkAccess->GetType(*pBkmk);
+ IDocumentMarkAccess::MarkType eType = IDocumentMarkAccess::GetType(*pBkmk);
// These are the types stored in the container otherwise accessible via getBookmarks*()
if (eType != IDocumentMarkAccess::BOOKMARK && eType != IDocumentMarkAccess::CROSSREF_NUMITEM_BOOKMARK && eType != IDocumentMarkAccess::CROSSREF_HEADING_BOOKMARK)
continue;