[Libreoffice-commits] core.git: sw/inc
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 25 06:52:31 UTC 2018
sw/inc/doc.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e492482e40ee44a344774d3de5f77d12e0e4b9ce
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Oct 24 16:57:46 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Oct 25 08:52:08 2018 +0200
Fix typo
Change-Id: I48748a2ceb359c3da8f838887e48a81a717df552
Reviewed-on: https://gerrit.libreoffice.org/61711
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
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 );
More information about the Libreoffice-commits
mailing list