diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-18 16:07:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-19 11:15:25 +0200 |
commit | 1d46f502498290d33dbea63df9f16b90891ec3b6 (patch) | |
tree | f1c642033295dc5d25b4f51aeaca910578809f51 | |
parent | 34d32740d89876c3d4fd2743a07d6e2578601683 (diff) |
Fix typo
Change-Id: I6649e13646e4fd33dd1858f5a5a56ec0955005dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155841
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | include/comphelper/docpasswordhelper.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/inc/querytablebuffer.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/docpasswordhelper.hxx b/include/comphelper/docpasswordhelper.hxx index 64d7ba9782ec..9d8409c3bf46 100644 --- a/include/comphelper/docpasswordhelper.hxx +++ b/include/comphelper/docpasswordhelper.hxx @@ -392,7 +392,7 @@ public: @param rMediaPassword If not empty, will be passed to the password validator before requesting a password from the user. This password usually should - be querried from a media descriptor. + be queried from a media descriptor. @param rxInteractHandler The interaction handler that will be used to request a password diff --git a/sc/source/filter/inc/querytablebuffer.hxx b/sc/source/filter/inc/querytablebuffer.hxx index 4bba7a68c83a..16410ec8cfea 100644 --- a/sc/source/filter/inc/querytablebuffer.hxx +++ b/sc/source/filter/inc/querytablebuffer.hxx @@ -36,7 +36,7 @@ struct QueryTableModel : public AutoFormatModel bool mbFirstBackground; /// True = first background refresh not yet finished. bool mbRefreshOnLoad; /// True = refresh table after import. bool mbFillFormulas; /// True = expand formulas next to range when source data grows. - bool mbRemoveDataOnSave; /// True = remove querried data before saving. + bool mbRemoveDataOnSave; /// True = remove queried data before saving. bool mbDisableEdit; /// True = connection locked for editing. bool mbPreserveFormat; /// True = use existing formatting for new rows. bool mbAdjustColWidth; /// True = adjust column widths after refresh. |