diff options
Diffstat (limited to 'sw/source/ui/fldui')
-rw-r--r-- | sw/source/ui/fldui/fldtdlg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx index 11b528b4f1f5..1ed05cd896cf 100644 --- a/sw/source/ui/fldui/fldtdlg.cxx +++ b/sw/source/ui/fldui/fldtdlg.cxx @@ -108,7 +108,7 @@ bool SwFldDlg::Close() { m_pBindings->GetDispatcher()-> Execute(m_bDataBaseMode ? FN_INSERT_FIELD_DATA_ONLY : FN_INSERT_FIELD, - SFX_CALLMODE_ASYNCHRON|SFX_CALLMODE_RECORD); + SfxCallMode::ASYNCHRON|SfxCallMode::RECORD); return true; } @@ -208,7 +208,7 @@ void SwFldDlg::ReInitDlg() if (bNewMode != m_bHtmlMode) { SfxViewFrame::Current()->GetDispatcher()-> - Execute(FN_INSERT_FIELD, SFX_CALLMODE_ASYNCHRON|SFX_CALLMODE_RECORD); + Execute(FN_INSERT_FIELD, SfxCallMode::ASYNCHRON|SfxCallMode::RECORD); Close(); } |