diff options
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/inc/connectionsbuffer.hxx | 2 | ||||
-rw-r--r-- | sc/source/ui/inc/output.hxx | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx index 46786853c0a5..1e84d2920504 100644 --- a/sc/source/ui/inc/output.hxx +++ b/sc/source/ui/inc/output.hxx @@ -178,7 +178,7 @@ private: bool bMetaFile; // Output to metafile (not pixels!) bool bPagebreakMode; // Page break preview - bool bSolidBackground; // white instead of transparant + bool bSolidBackground; // white instead of transparent bool mbUseStyleColor; bool mbForceAutoColor; |