Kaydet (Commit) c501c654 authored tarafından Albert Thuswaldner's avatar Albert Thuswaldner Kaydeden (comit) Michael Stahl

tdf#39468 translated german comments in undoblk*.cxx

Change-Id: Ia4bb41737c014946f22974640768a0232dc87f49
Reviewed-on: https://gerrit.libreoffice.org/19121Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst a71febc9
......@@ -462,7 +462,7 @@ void ScUndoDeleteCells::DoChange( const bool bUndo )
}
}
// Zeichnen
// paint
sal_uInt16 nPaint = PAINT_GRID;
switch (eCmd)
{
......@@ -2279,7 +2279,7 @@ ScUndoBorder::~ScUndoBorder()
OUString ScUndoBorder::GetComment() const
{
return ScGlobal::GetRscString( STR_UNDO_SELATTRLINES ); //! eigener String?
return ScGlobal::GetRscString( STR_UNDO_SELATTRLINES ); //! own string?
}
void ScUndoBorder::Undo()
......
......@@ -1574,7 +1574,7 @@ ScUndoRemoveAreaLink::~ScUndoRemoveAreaLink()
OUString ScUndoRemoveAreaLink::GetComment() const
{
return ScGlobal::GetRscString( STR_UNDO_REMOVELINK ); //! eigener Text ??
return ScGlobal::GetRscString( STR_UNDO_REMOVELINK ); //! own text ??
}
void ScUndoRemoveAreaLink::Undo()
......@@ -1735,7 +1735,7 @@ void ScUndoUpdateAreaLink::Redo()
aOldArea, aOldRange );
if (pLink)
{
pLink->SetSource( aNewDoc, aNewFlt, aNewOpt, aNewArea ); // neue Werte im Link
pLink->SetSource( aNewDoc, aNewFlt, aNewOpt, aNewArea ); // new values in link
pLink->SetDestArea( aNewRange );
pLink->SetRefreshDelay( nNewRefresh );
}
......
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