[Libreoffice-commits] .: sw/source
Philipp Riemer
priemer at kemper.freedesktop.org
Fri Aug 3 13:07:47 PDT 2012
sw/source/core/crsr/crsrsh.cxx | 2 +-
sw/source/core/crsr/findattr.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dde9fd99ac35bf90a3cebdc428b7f0654e12d0e8
Author: Bertrand Lorentz <bertrand.lorentz at gmail.com>
Date: Fri Aug 3 19:21:33 2012 +0200
Translate German comments in sw/source/core/crsr/
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: Philipp Riemer <ruderphilipp at gmail.com>
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 78544a8..1c38bcc 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 0081079..7e85288 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() )
More information about the Libreoffice-commits
mailing list