summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-13 00:14:03 +0100
committerMark Page <aptitude@btconnect.com>2017-11-13 08:46:08 +0100
commite1e436eaa036e18854b050b958b7bed1c86a31ff (patch)
tree71e974797fa9db8c3ca0c4f00e6b9612a2b7c267 /sc/source/filter
parentd71bcc4dc5025ea24944454908098269cfd095a3 (diff)
Fix typos
Change-Id: I2a10e087a776ac96b3193226610577227d2492a8 Reviewed-on: https://gerrit.libreoffice.org/44655 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/inc/connectionsbuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/connectionsbuffer.hxx b/sc/source/filter/inc/connectionsbuffer.hxx
index 5926a86bc85e..3aa4209bc8f8 100644
--- a/sc/source/filter/inc/connectionsbuffer.hxx
+++ b/sc/source/filter/inc/connectionsbuffer.hxx
@@ -51,7 +51,7 @@ struct WebPrModel
bool mbSourceData; /// True = import XML source data referred by HTML table.
bool mbParsePre; /// True = parse preformatted sections (<pre> tag).
bool mbConsecutive; /// True = join consecutive delimiters.
- bool mbFirstRow; /// True = use column withs of first row for entire <pre> tag.
+ bool mbFirstRow; /// True = use column widths of first row for entire <pre> tag.
bool mbXl97Created; /// True = web query created with Excel 97.
bool mbTextDates; /// True = read date values as text, false = parse dates.
bool mbXl2000Refreshed; /// True = refreshed with Excel 2000 or newer.