diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-08-03 19:21:33 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-03 22:06:24 +0200 |
commit | dde9fd99ac35bf90a3cebdc428b7f0654e12d0e8 (patch) | |
tree | 102c9faeb70d09a4a9a74a99a068219cbfab12e4 /sw | |
parent | 72778119fde55218354ee100481bfad2a1cedf35 (diff) |
Translate German comments in sw/source/core/crsr/
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/crsr/crsrsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/crsr/findattr.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx index 78544a8b9f28..1c38bcc33416 100644 --- a/sw/source/core/crsr/crsrsh.cxx +++ b/sw/source/core/crsr/crsrsh.cxx @@ -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 ) diff --git a/sw/source/core/crsr/findattr.cxx b/sw/source/core/crsr/findattr.cxx index 0081079cdbbc..7e85288ea88d 100644 --- a/sw/source/core/crsr/findattr.cxx +++ b/sw/source/core/crsr/findattr.cxx @@ -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() ) |