Kaydet (Commit) 7e1bafb2 authored tarafından Eike Rathke's avatar Eike Rathke

make ScViewFunc::SetStyleSheetToMarked() work again

üst da06488e
...@@ -1547,8 +1547,7 @@ void ScViewFunc::SetStyleSheetToMarked( SfxStyleSheet* pStyleSheet, sal_Bool bRe ...@@ -1547,8 +1547,7 @@ void ScViewFunc::SetStyleSheetToMarked( SfxStyleSheet* pStyleSheet, sal_Bool bRe
ScMarkData::iterator itr = aFuncMark.begin(), itrEnd = aFuncMark.end(); ScMarkData::iterator itr = aFuncMark.begin(), itrEnd = aFuncMark.end();
for (; itr != itrEnd; ++itr) for (; itr != itrEnd; ++itr)
if (*itr != nTab) pDoc->ApplyStyle( nCol, nRow, *itr, (ScStyleSheet&)*pStyleSheet );
pDoc->ApplyStyle( nCol, nRow, *itr, (ScStyleSheet&)*pStyleSheet );
if (!AdjustBlockHeight()) if (!AdjustBlockHeight())
pViewData->GetDocShell()->PostPaintCell( nCol, nRow, nTab ); pViewData->GetDocShell()->PostPaintCell( nCol, nRow, nTab );
......
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