summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 19:48:51 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-24 23:34:49 +0200
commitafad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch)
tree5cbda7f60e7d3efb1cb6d939a40efee08e434167 /svx
parent30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff)
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablelayouter.cxx2
-rw-r--r--svx/source/table/tablelayouter.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 31f11e2e083a..6d19cba01820 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -851,7 +851,7 @@ void TableLayouter::LayoutTableHeight( tools::Rectangle& rArea, bool bFit )
/** try to fit the table into the given rectangle.
- If the rectangle is to small, it will be grown to fit the table. */
+ If the rectangle is too small, it will be grown to fit the table. */
void TableLayouter::LayoutTable( tools::Rectangle& rRectangle, bool bFitWidth, bool bFitHeight )
{
if( !mxTable.is() )
diff --git a/svx/source/table/tablelayouter.hxx b/svx/source/table/tablelayouter.hxx
index f6fa7af167f0..11e43ae7fe43 100644
--- a/svx/source/table/tablelayouter.hxx
+++ b/svx/source/table/tablelayouter.hxx
@@ -59,7 +59,7 @@ public:
~TableLayouter();
/** try to fit the table into the given rectangle.
- If the rectangle is to small, it will be grown to fit the table.
+ If the rectangle is too small, it will be grown to fit the table.
if bFitWidth or bFitHeight is set, the layouter tries to scale
the rows and/or columns to the given area. The result my be bigger