summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-09-12 08:44:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-09-12 08:44:34 +0200
commitef030cd1b1eb6dd41ade808f360305cb53d48106 (patch)
tree7488c085540a4927f3e4220f7123dba0b16ab050 /include/svx
parenteb848249f51323089e78a26c1a05b264eaf98c0f (diff)
Typo STATE_SUCCESSFULL->STATE_SUCCESSFUL
Change-Id: I9a9e826de17f5d42ece9e97171c441117181e769 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121971 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/fmsrcimp.hxx4
1 files changed, 2 insertions, 2 deletions
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;
};