[Libreoffice-commits] .: sw/source
Miklos Vajna
vmiklos at kemper.freedesktop.org
Mon May 7 01:18:10 PDT 2012
sw/source/core/table/swtable.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ffc53f86501b6f29eeb5d75b6b2dfcf9ae982c18
Author: Gábor Stefanik <netrolller.3d at gmail.com>
Date: Sat May 5 21:36:48 2012 +0200
Translate two German comments in swtable.cxx
Change-Id: I968fb58b6ceb406a62a2b403c270aef2281945c3
diff --git a/sw/source/core/table/swtable.cxx b/sw/source/core/table/swtable.cxx
index c5f0d09..cd8a389 100644
--- a/sw/source/core/table/swtable.cxx
+++ b/sw/source/core/table/swtable.cxx
@@ -210,12 +210,12 @@ void _InsTblBox( SwDoc* pDoc, SwTableNode* pTblNd,
SwTableBox* pBox,
sal_uInt16 nInsPos, sal_uInt16 nCnt )
{
- OSL_ENSURE( pBox->GetSttNd(), "Box ohne Start-Node" );
+ OSL_ENSURE( pBox->GetSttNd(), "Box with no start node" );
SwNodeIndex aIdx( *pBox->GetSttNd(), +1 );
SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode();
if( !pCNd )
pCNd = pDoc->GetNodes().GoNext( &aIdx );
- OSL_ENSURE( pCNd, "Box ohne ContentNode" );
+ OSL_ENSURE( pCNd, "Box with no content node" );
if( pCNd->IsTxtNode() )
{
More information about the Libreoffice-commits
mailing list