Kaydet (Commit) dde9fd99 authored tarafından Bertrand Lorentz's avatar Bertrand Lorentz Kaydeden (comit) Philipp Riemer

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

Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: 's avatarPhilipp Riemer <ruderphilipp@gmail.com>
üst 72778119
...@@ -594,7 +594,7 @@ sal_Bool SwCrsrShell::MovePara(SwWhichPara fnWhichPara, SwPosPara fnPosPara ) ...@@ -594,7 +594,7 @@ sal_Bool SwCrsrShell::MovePara(SwWhichPara fnWhichPara, SwPosPara fnPosPara )
sal_Bool SwCrsrShell::MoveSection( SwWhichSection fnWhichSect, sal_Bool SwCrsrShell::MoveSection( SwWhichSection fnWhichSect,
SwPosSection fnPosSect) 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 ); SwCursor* pTmpCrsr = getShellCrsr( true );
sal_Bool bRet = pTmpCrsr->MoveSection( fnWhichSect, fnPosSect ); sal_Bool bRet = pTmpCrsr->MoveSection( fnWhichSect, fnPosSect );
if( bRet ) if( bRet )
......
...@@ -57,7 +57,7 @@ using namespace ::com::sun::star::util; ...@@ -57,7 +57,7 @@ using namespace ::com::sun::star::util;
typedef std::set<SwFmt*> SwpFmts; 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 ) int CmpAttr( const SfxPoolItem& rItem1, const SfxPoolItem& rItem2 )
{ {
switch( rItem1.Which() ) switch( rItem1.Which() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment