diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/querytablebuffer.hxx | 2 |
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. |