diff options
-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. |