diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-23 16:28:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-23 23:38:57 +0200 |
commit | e1328b89fa87cbb333c096bf229a810317f25bc3 (patch) | |
tree | b6a784be4261b559f42e7e741685641960c39a78 /sc/inc/validat.hxx | |
parent | 2a1e975f4fa67162f3c7b37939fa0a3b771376f5 (diff) |
Fix typos
Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef
Reviewed-on: https://gerrit.libreoffice.org/57822
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index a451a999a659..dc694069fca0 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -123,7 +123,7 @@ public: bool HasSelectionList() const; /** Tries to fill the passed collection with list validation entries. @descr Fills the list only, if this is a list validation and IsShowList() is enabled. - @param rStrings (out-param) The string list to fill with list validation entires. + @param rStrings (out-param) The string list to fill with list validation entries. @return true = rStrings has been filled with at least one entry. */ bool FillSelectionList(std::vector<ScTypedStrData>& rStrings, const ScAddress& rPos) const; @@ -169,7 +169,7 @@ public: private: /** Tries to fill the passed collection with list validation entries. @descr Fills the list only if it is non-NULL, - @param pStrings (out-param) Optionally NULL, string list to fill with list validation entires. + @param pStrings (out-param) Optionally NULL, string list to fill with list validation entries. @param pCell can be NULL if it is not necessary to which element in the list is selected. @param rPos the base address for relative references. @param rTokArr Formula token array. |