[Libreoffice-commits] core.git: include/svx
Julien Nabet (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 12 06:45:08 UTC 2021
include/svx/fmsrcimp.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ef030cd1b1eb6dd41ade808f360305cb53d48106
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sun Sep 12 08:44:00 2021 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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;
};
More information about the Libreoffice-commits
mailing list