summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmdocselectpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmdocselectpage.cxx')
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmdocselectpage.cxx b/sw/source/ui/dbui/mmdocselectpage.cxx
index a02dc2b33200..85440c6a4833 100644
--- a/sw/source/ui/dbui/mmdocselectpage.cxx
+++ b/sw/source/ui/dbui/mmdocselectpage.cxx
@@ -141,7 +141,7 @@ IMPL_LINK(SwMailMergeDocSelectPage, FileSelectHdl, PushButton*, pButton)
xFltMgr->appendFilter( pFlt->GetUIName(), sWild );
// #i40125
- if(pFlt->GetFilterFlags() & SFX_FILTER_DEFAULT)
+ if(pFlt->GetFilterFlags() & SfxFilterFlags::DEFAULT)
xFltMgr->setCurrentFilter( pFlt->GetUIName() ) ;
}