summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltabw.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 13:01:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 09:55:58 +0200
commitd05b2b91952927ec40d6ea2f482f76c7ccd25ed3 (patch)
tree427403b1cfb3ce67624185993466a424ea6827e1 /sw/source/filter/html/htmltabw.cxx
parentf7613d2132e8115b7741e9397b111508f24615cc (diff)
Fix typos
Change-Id: Ia6a6d93bade801fab77bfba701b64a905328c695 Reviewed-on: https://gerrit.libreoffice.org/76774 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/filter/html/htmltabw.cxx')
-rw-r--r--sw/source/filter/html/htmltabw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmltabw.cxx b/sw/source/filter/html/htmltabw.cxx
index 44ea0cfefd61..dee54a39d77d 100644
--- a/sw/source/filter/html/htmltabw.cxx
+++ b/sw/source/filter/html/htmltabw.cxx
@@ -1027,7 +1027,7 @@ Writer& OutHTML_SwTableNode( Writer& rWrt, SwTableNode & rNode,
{
case text::HoriOrientation::LEFT:
// If a left-aligned table has no right sided flow, then we don't need
- // a ALIGN=LEFT in the table.
+ // an ALIGN=LEFT in the table.
if( eSurround==css::text::WrapTextMode_NONE || eSurround==css::text::WrapTextMode_LEFT )
eTabHoriOri = text::HoriOrientation::NONE;
break;