Translate German comments in sw/source/core/crsr/

Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
This commit is contained in:
Bertrand Lorentz 2012-08-03 19:21:33 +02:00 committed by Philipp Riemer
parent 72778119fd
commit dde9fd99ac
2 changed files with 2 additions and 2 deletions

View file

@ -594,7 +594,7 @@ sal_Bool SwCrsrShell::MovePara(SwWhichPara fnWhichPara, SwPosPara fnPosPara )
sal_Bool SwCrsrShell::MoveSection( SwWhichSection fnWhichSect,
SwPosSection fnPosSect)
{
SwCallLink aLk( *this ); // Crsr-Moves ueberwachen, evt. Link callen
SwCallLink aLk( *this ); // watch Crsr-Moves; call Link if needed
SwCursor* pTmpCrsr = getShellCrsr( true );
sal_Bool bRet = pTmpCrsr->MoveSection( fnWhichSect, fnPosSect );
if( bRet )

View file

@ -57,7 +57,7 @@ using namespace ::com::sun::star::util;
typedef std::set<SwFmt*> SwpFmts;
// Sonderbehandlung fuer SvxFontItem, nur den Namen vergleichen:
// Special case for SvxFontItem: only compare the name
int CmpAttr( const SfxPoolItem& rItem1, const SfxPoolItem& rItem2 )
{
switch( rItem1.Which() )