summaryrefslogtreecommitdiffstats
path: root/sw/source/filter/ww8/wrtw8nds.cxx
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/filter/ww8/wrtw8nds.cxx
parentdump ugly hack working around an ancient libxcb bug (tdf#89141) (diff)
downloadcore-10a1b861853bc7c53d03d372f913134f9a9065ad.tar.gz
core-10a1b861853bc7c53d03d372f913134f9a9065ad.zip
convert MarkType to enum class
Change-Id: I73c23d327104b377834013a0a6bd2de18de2900b
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 2a9c05db8c72..00361967a1d5 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -1795,7 +1795,7 @@ bool MSWordExportBase::GetBookmarks( const SwTxtNode& rNd, sal_Int32 nStt,
{
IMark* pMark = ( pMarkAccess->getAllMarksBegin() + i )->get();
- if ( IDocumentMarkAccess::GetType( *(pMark) ) == IDocumentMarkAccess::ANNOTATIONMARK )
+ if ( IDocumentMarkAccess::GetType( *(pMark) ) == IDocumentMarkAccess::MarkType::ANNOTATIONMARK )
{
continue;
}