summaryrefslogtreecommitdiff
path: root/svx/source/table
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table')
-rw-r--r--svx/source/table/tablecontroller.cxx4
-rw-r--r--svx/source/table/tablelayouter.cxx2
-rw-r--r--svx/source/table/tablemodel.cxx2
-rw-r--r--svx/source/table/viewcontactoftableobj.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 149d0dbc21e4..c88867b10006 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -636,7 +636,7 @@ void SvxTableController::onInsert( sal_uInt16 nSId, const SfxItemSet* pArgs )
nRowSpan = 0;
}
- // The target colomns are outside the span; Start a new span.
+ // The target columns are outside the span; Start a new span.
if( nRowSpan > 0 && ( nNewStartColumn < nSpanInfoCol || nSpanInfoCol + nColSpan <= nNewStartColumn ) )
bNewSpan = true;
}
@@ -1875,7 +1875,7 @@ void SvxTableController::EditCell( const CellPos& rPos, vcl::Window* pWindow, co
if(nParaAnz==1 && p1stPara)
{
- // Bei nur einem Pararaph
+ // Bei nur einem Paragraph
if (pOutl->GetText(p1stPara).isEmpty())
{
bEmptyOutliner = true;
diff --git a/svx/source/table/tablelayouter.cxx b/svx/source/table/tablelayouter.cxx
index 0793e77d524a..7443cb80a796 100644
--- a/svx/source/table/tablelayouter.cxx
+++ b/svx/source/table/tablelayouter.cxx
@@ -483,7 +483,7 @@ sal_Int32 TableLayouter::distribute( LayoutVector& rLayouts, sal_Int32 nDistribu
{
sal_Int32 n;
if( nIndex == (nCount-1) )
- n = nDistributed; // for last entitie, use up rest
+ n = nDistributed; // for last entity use up rest
else
n = (nDistribute * rLayout.mnSize) / nCurrentWidth;
diff --git a/svx/source/table/tablemodel.cxx b/svx/source/table/tablemodel.cxx
index bd50f69e72b2..e14100f65643 100644
--- a/svx/source/table/tablemodel.cxx
+++ b/svx/source/table/tablemodel.cxx
@@ -1119,7 +1119,7 @@ void TableModel::merge( sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColSpan, sal_
if( (nLastRow > getRowCount()) || (nLastCol > getColumnCount() ) )
{
- OSL_FAIL("TableModel::merge(), merge beyound the table!");
+ OSL_FAIL("TableModel::merge(), merge beyond the table!");
}
// merge first cell
diff --git a/svx/source/table/viewcontactoftableobj.cxx b/svx/source/table/viewcontactoftableobj.cxx
index 63d206bb0327..87f0f93dcacb 100644
--- a/svx/source/table/viewcontactoftableobj.cxx
+++ b/svx/source/table/viewcontactoftableobj.cxx
@@ -716,7 +716,7 @@ namespace sdr
aObjectRange.getWidth(), aObjectRange.getHeight(), fShearX, fRotate,
aObjectRange.getMinX(), aObjectRange.getMinY()));
- // credate an invisible outline for the cases where no visible content exists
+ // created an invisible outline for the cases where no visible content exists
const drawinglayer::primitive2d::Primitive2DReference xReference(
drawinglayer::primitive2d::createHiddenGeometryPrimitives2D(
false,