Kaydet (Commit) fc7f1332 authored tarafından Caolán McNamara's avatar Caolán McNamara

use FreezeIdRanges optimization to silence smoketest

üst 74d24115
......@@ -1636,6 +1636,9 @@ void ScOutputData::DrawRotatedFrame( const Color* pForceColor )
drawinglayer::processor2d::BaseProcessor2D* ScOutputData::CreateProcessor2D( )
{
SdrModel aModel;
SfxItemPool& rPool = aModel.GetItemPool();
rPool.FreezeIdRanges();
SdrPage aSdrPage( aModel );
ScDrawLayer* pDrawLayer = pDoc->GetDrawLayer();
......
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