summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-11 12:45:00 +0200
committerNoel Grandin <noel@peralex.com>2015-03-11 13:40:46 +0200
commit10a1b861853bc7c53d03d372f913134f9a9065ad (patch)
tree06b64d8ff302995ae2f78247a9ce7499e8aa9ee5 /sw/source/core/tox
parent67ff4ba5294352b7ed948b196551dea331ee0877 (diff)
convert MarkType to enum class
Change-Id: I73c23d327104b377834013a0a6bd2de18de2900b
Diffstat (limited to 'sw/source/core/tox')
-rw-r--r--sw/source/core/tox/txmsrt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index ce75ce98950b..c64afc1cd1ea 100644
--- a/sw/source/core/tox/txmsrt.cxx
+++ b/sw/source/core/tox/txmsrt.cxx
@@ -573,7 +573,7 @@ OUString SwTOXPara::GetURL() const
SwDoc* pDoc = const_cast<SwDoc*>( pTxtNd->GetDoc() );
::sw::mark::IMark const * const pMark = pDoc->getIDocumentMarkAccess()->getMarkForTxtNode(
*(pTxtNd),
- IDocumentMarkAccess::CROSSREF_HEADING_BOOKMARK);
+ IDocumentMarkAccess::MarkType::CROSSREF_HEADING_BOOKMARK);
aTxt = "#" + pMark->GetName();
}
break;