summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-18 08:54:09 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-18 12:21:23 +0200
commitab5e1b485ca11941294d980ed3aa4272d693dbc5 (patch)
tree2a84e698f85640260ba3d4b374cda9b0c8572ead /sc
parent399edcb0bca8e1cfc55ca68237cdb470bcc54932 (diff)
Fix typos
Change-Id: I7afd722b18759366bda139c8b881c03c35623e24 Reviewed-on: https://gerrit.libreoffice.org/74256 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/inc/htmlpars.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/htmlpars.hxx b/sc/source/filter/inc/htmlpars.hxx
index d3523e9de602..1f5ef2a9a8ae 100644
--- a/sc/source/filter/inc/htmlpars.hxx
+++ b/sc/source/filter/inc/htmlpars.hxx
@@ -284,7 +284,7 @@ public:
/** Returns true, if the entry represents a table. */
ScHTMLTableId GetTableId() const { return nTab; }
- /** Sets or cleares the import always state. */
+ /** Sets or clears the import always state. */
void SetImportAlways() { mbImportAlways = true; }
/** Sets start point of the entry selection to the start of the import info object. */
void AdjustStart( const HtmlImportInfo& rInfo );