diff options
author | Jim Raykowski <raykowj@gmail.com> | 2020-01-10 21:58:44 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2020-01-13 04:21:54 +0100 |
commit | 6e71005fb44a402b364233964a203f7c1e33b4c4 (patch) | |
tree | 72aa1f5d4993a59ff716c3bc3f648960508cd7e0 /include/svx/srchdlg.hxx | |
parent | 628189b73465b811fd7083e1fdc8533443b52588 (diff) |
tdf#115600 Fix navigate by reminder wrap messages
Navigating by reminders is done in the order which reminders are set.
This patch corrects wrap messages displayed when first and last reminders
are reached and continued from the last and first reminder.
Change-Id: Iaea1965df149a029b4b1e2df059a8d73306f901c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86629
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r-- | include/svx/srchdlg.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 9a0bf9ea381d..5c27e2de9e79 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -77,7 +77,9 @@ enum class SearchLabel NotFound, StartWrapped, EndWrapped, - NavElementNotFound + NavElementNotFound, + ReminderStartWrapped, + ReminderEndWrapped }; class SvxSearchDialog; |