summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-18 16:07:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-19 11:15:25 +0200
commit1d46f502498290d33dbea63df9f16b90891ec3b6 (patch)
treef1c642033295dc5d25b4f51aeaca910578809f51 /sc
parent34d32740d89876c3d4fd2743a07d6e2578601683 (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>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/querytablebuffer.hxx2
1 files changed, 1 insertions, 1 deletions
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.