Translate German comments in sw/source/core/crsr/
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
This commit is contained in:
parent
72778119fd
commit
dde9fd99ac
2 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
|
|
|
@ -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() )
|
||||
|
|
Loading…
Reference in a new issue