diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-24 16:57:46 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-25 08:52:08 +0200 |
commit | e492482e40ee44a344774d3de5f77d12e0e4b9ce (patch) | |
tree | 6a9bb4083f671f9aba57c84453719dd398bf68f6 /sw | |
parent | 7ae4b32225010a049197f17e022e0a5c725e191b (diff) |
Fix typo
Change-Id: I48748a2ceb359c3da8f838887e48a81a717df552
Reviewed-on: https://gerrit.libreoffice.org/61711
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index ba88d6c88cb9..6688f19ae77e 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1462,7 +1462,7 @@ public: static sal_uInt16 GetBoxAlign( const SwCursor& rCursor ); /// Adjusts selected cell widths in such a way, that their content does not need to be wrapped (if possible). /// bBalance evenly re-distributes the available space regardless of content or wrapping. - /// bNoShrink keeps table size the same by distributing excesss space proportionately. + /// bNoShrink keeps table size the same by distributing excess space proportionately. /// bColumnWidth tests the entire column for content width, not just selected cells. void AdjustCellWidth( const SwCursor& rCursor, const bool bBalance, const bool bNoShrink, const bool bColumnWidth ); |