include/comphelper/docpasswordhelper.hxx  |    2 +-
 sc/source/filter/inc/querytablebuffer.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1d46f502498290d33dbea63df9f16b90891ec3b6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Aug 18 16:07:12 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Aug 19 11:15:25 2023 +0200

    Fix typo
    
    Change-Id: I6649e13646e4fd33dd1858f5a5a56ec0955005dd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155841
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.

Reply via email to