sw/source/core/txtnode/fmtatr2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 33d031502d13e249b1be80be59703609dd5755fd Author: Johannes Berg <johan...@sipsolutions.net> Date: Wed Aug 3 17:42:13 2016 +0200 translate German in fmtatr2.cxx Change-Id: Ifa10003b7bbae6404690ec9046107b533d6c67b1 Reviewed-on: https://gerrit.libreoffice.org/27833 Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com> diff --git a/sw/source/core/txtnode/fmtatr2.cxx b/sw/source/core/txtnode/fmtatr2.cxx index 9e8f5f4..4e43a76 100644 --- a/sw/source/core/txtnode/fmtatr2.cxx +++ b/sw/source/core/txtnode/fmtatr2.cxx @@ -85,14 +85,14 @@ SfxPoolItem* SwFormatCharFormat::Clone( SfxItemPool* ) const return new SwFormatCharFormat( *this ); } -// weiterleiten an das TextAttribut +// forward to the TextAttribute void SwFormatCharFormat::Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) { if( pTextAttr ) pTextAttr->ModifyNotification( pOld, pNew ); } -// weiterleiten an das TextAttribut +// forward to the TextAttribute bool SwFormatCharFormat::GetInfo( SfxPoolItem& rInfo ) const { return pTextAttr && pTextAttr->GetInfo( rInfo ); @@ -107,7 +107,7 @@ bool SwFormatCharFormat::QueryValue( uno::Any& rVal, sal_uInt8 ) const } bool SwFormatCharFormat::PutValue( const uno::Any& , sal_uInt8 ) { - OSL_FAIL("Zeichenvorlage kann mit PutValue nicht gesetzt werden!"); + OSL_FAIL("format cannot be set with PutValue!"); return false; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits