diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2016-08-03 17:42:13 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-03 18:38:47 +0000 |
commit | 33d031502d13e249b1be80be59703609dd5755fd (patch) | |
tree | c347190e9464c69ef131a45cab761ce8f6858def /sw | |
parent | c2ffa4cb5f55ef8c591398a12be4b2df8ab0e280 (diff) |
translate German in fmtatr2.cxx
Change-Id: Ifa10003b7bbae6404690ec9046107b533d6c67b1
Reviewed-on: https://gerrit.libreoffice.org/27833
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/txtnode/fmtatr2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/txtnode/fmtatr2.cxx b/sw/source/core/txtnode/fmtatr2.cxx index 9e8f5f439f8c..4e43a76a392d 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; } |