Kaydet (Commit) 4261ddd0 authored tarafından Matthias Freund's avatar Matthias Freund Kaydeden (comit) Thomas Arnhold

Comment translation german-english

Change-Id: If22ef967efa8010d19b7e32d588179cfcacd0780
Reviewed-on: https://gerrit.libreoffice.org/2359Reviewed-by: 's avatarJoren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Tested-by: 's avatarThomas Arnhold <thomas@arnhold.org>
üst 8214ea86
...@@ -43,10 +43,10 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt, ...@@ -43,10 +43,10 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt,
const SfxItemSet& rSet, sal_Bool bDeep, const SfxItemSet& rSet, sal_Bool bDeep,
sal_Bool bTstForDefault ) sal_Bool bTstForDefault )
{ {
// erst die eigenen Attribute ausgeben // at first give the own attributes out
const SfxItemPool& rPool = *rSet.GetPool(); const SfxItemPool& rPool = *rSet.GetPool();
const SfxItemSet* pSet = &rSet; const SfxItemSet* pSet = &rSet;
if( !pSet->Count() ) // Optimierung - leere Sets if( !pSet->Count() ) // Optimizing - empty Sets
{ {
if( !bDeep ) if( !bDeep )
return rWrt; return rWrt;
...@@ -59,7 +59,7 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt, ...@@ -59,7 +59,7 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt,
FnAttrOut pOut; FnAttrOut pOut;
if( !bDeep || !pSet->GetParent() ) if( !bDeep || !pSet->GetParent() )
{ {
OSL_ENSURE( rSet.Count(), "Wurde doch schon behandelt oder?" ); OSL_ENSURE( rSet.Count(), "It has been handled already, right?" );
SfxItemIter aIter( *pSet ); SfxItemIter aIter( *pSet );
pItem = aIter.GetCurItem(); pItem = aIter.GetCurItem();
do { do {
...@@ -90,7 +90,7 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt, ...@@ -90,7 +90,7 @@ Writer& Out_SfxItemSet( const SwAttrFnTab pTab, Writer& rWrt,
Writer& Out( const SwNodeFnTab pTab, SwNode& rNode, Writer & rWrt ) Writer& Out( const SwNodeFnTab pTab, SwNode& rNode, Writer & rWrt )
{ {
// es muss ein CntntNode sein !! // It must be a CntntNode !!
SwCntntNode * pCNd = rNode.GetCntntNode(); SwCntntNode * pCNd = rNode.GetCntntNode();
if( !pCNd ) if( !pCNd )
return rWrt; return rWrt;
...@@ -108,7 +108,7 @@ Writer& Out( const SwNodeFnTab pTab, SwNode& rNode, Writer & rWrt ) ...@@ -108,7 +108,7 @@ Writer& Out( const SwNodeFnTab pTab, SwNode& rNode, Writer & rWrt )
nId = RES_OLENODE; nId = RES_OLENODE;
break; break;
default: default:
OSL_FAIL("was fuer ein Node ist es denn nun?"); OSL_FAIL("What kind of node is it now?");
break; break;
} }
FnNodeOut pOut; FnNodeOut pOut;
......
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