summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-03 23:13:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-05 10:27:46 +0100
commit4da69155054a661af5a405b3473affa2d44e6c90 (patch)
tree97f72d553260ae68e2b7917d506d2f1b7098c6c5
parent4eadfa3acd50e80dc07b5c2b00fff46d0f3dd498 (diff)
to complex -> too complex
Change-Id: I444aeb004a5e62199b67b0dbc7d9965265525379
-rw-r--r--sw/source/core/doc/tblrwcl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/doc/tblrwcl.cxx b/sw/source/core/doc/tblrwcl.cxx
index 4aa61c312f9d..3afdfb03d646 100644
--- a/sw/source/core/doc/tblrwcl.cxx
+++ b/sw/source/core/doc/tblrwcl.cxx
@@ -1152,7 +1152,7 @@ sal_Bool SwTable::OldSplitRow( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16
return sal_False;
// TL_CHART2: splitting/merging of a number of cells or rows will usually make
- // the table to complex to be handled with chart.
+ // the table too complex to be handled with chart.
// Thus we tell the charts to use their own data provider and forget about this table
pDoc->CreateChartInternalDataProviders( this );
@@ -1294,7 +1294,7 @@ sal_Bool SwTable::SplitCol( SwDoc* pDoc, const SwSelBoxes& rBoxes, sal_uInt16 nC
return sal_False;
// TL_CHART2: splitting/merging of a number of cells or rows will usually make
- // the table to complex to be handled with chart.
+ // the table too complex to be handled with chart.
// Thus we tell the charts to use their own data provider and forget about this table
pDoc->CreateChartInternalDataProviders( this );
@@ -1743,7 +1743,7 @@ sal_Bool SwTable::OldMerge( SwDoc* pDoc, const SwSelBoxes& rBoxes,
return sal_False;
// TL_CHART2: splitting/merging of a number of cells or rows will usually make
- // the table to complex to be handled with chart.
+ // the table too complex to be handled with chart.
// Thus we tell the charts to use their own data provider and forget about this table
pDoc->CreateChartInternalDataProviders( this );