summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/mmresultdialogs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/mmresultdialogs.cxx')
-rw-r--r--sw/source/ui/dbui/mmresultdialogs.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx
index c14289d70ccf..2636527176a9 100644
--- a/sw/source/ui/dbui/mmresultdialogs.cxx
+++ b/sw/source/ui/dbui/mmresultdialogs.cxx
@@ -480,7 +480,7 @@ int documentStartPageNumber(SwMailMergeConfigItem* pConfigItem, int document, bo
if (!bIgnoreEmpty)
shell.GetPageNum(page, o3tl::temporary(sal_uInt16()));
else
- page = shell.GetPageNumSeqNonEmpty(true, true);
+ page = shell.GetPageNumSeqNonEmpty();
shell.Pop(SwCursorShell::PopMode::DeleteCurrent);
return page;
}
@@ -506,7 +506,7 @@ int documentEndPageNumber(SwMailMergeConfigItem* pConfigItem, int document, bool
if (!bIgnoreEmpty)
shell.GetPageNum(page, o3tl::temporary(sal_uInt16()));
else
- page = shell.GetPageNumSeqNonEmpty(true, true);
+ page = shell.GetPageNumSeqNonEmpty();
shell.Pop(SwCursorShell::PopMode::DeleteCurrent);
return page;
}