summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-10 16:04:43 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-20 07:55:22 +0200
commit7d58f26bf4dbeb4e138c2a91f039d8bc7fa00f0c (patch)
treeca7a297d16c04df2d0209d78473ed78492125d70 /cui/source/inc/cuifmsearch.hxx
parentbf298e9ef3b22938d1391afb7b96bfea4c84d5fc (diff)
Fix typo
Change-Id: If2e6cced51130ae7fa47f2510538345db548c546 Reviewed-on: https://gerrit.libreoffice.org/70992 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index f56653b5ddfb..42183e6278b4 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -87,7 +87,7 @@ class FmSearchDialog final : public weld::GenericDialogController
public:
/** This can search in different sets of fields. There is a number of contexts; their names are in strContexts (separated
by ';'), the user can choose one of them.
- When the user chooses a context, lnkContextSupplier is called, it gets a pointer on an FmSearchContext-structure,
+ When the user chooses a context, lnkContextSupplier is called, it gets a pointer on a FmSearchContext-structure,
that has to be filled.
The following counts for the search :
a) in case of formatted search the iterator itself is used (like in the first constructor)