include/svx/fmsrcimp.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit ef030cd1b1eb6dd41ade808f360305cb53d48106 Author: Julien Nabet <[email protected]> AuthorDate: Sun Sep 12 08:44:00 2021 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Sep 12 08:44:34 2021 +0200 Typo STATE_SUCCESSFULL->STATE_SUCCESSFUL Change-Id: I9a9e826de17f5d42ece9e97171c441117181e769 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121971 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx index 1c9d55829e69..2f21abfc729a 100644 --- a/include/svx/fmsrcimp.hxx +++ b/include/svx/fmsrcimp.hxx @@ -59,9 +59,9 @@ struct FmSearchProgress // Overflow - only valid in case of STATE_PROGRESS bool bOverflow; - // the position of the search cursor - valid in case of STATE_SUCCESSFULL, STATE_CANCELED and STATE_NOTHING_FOUND + // the position of the search cursor - valid in case of STATE_SUCCESSFUL, STATE_CANCELED and STATE_NOTHING_FOUND css::uno::Any aBookmark; - // the field, in which the text was found - valid in case of STATE_SUCCESSFULL + // the field, in which the text was found - valid in case of STATE_SUCCESSFUL sal_Int32 nFieldIndex; };
