Kaydet (Commit) 8aa7774f authored tarafından Miklos Vajna's avatar Miklos Vajna

SdXImpressDocument::initializeForTiledRendering: missing guard

Change-Id: Idc006b63157daea880ba1eeac3832617a0992d48
üst ba233e87
......@@ -2349,6 +2349,7 @@ Size SdXImpressDocument::getDocumentSize()
void SdXImpressDocument::initializeForTiledRendering()
{
SolarMutexGuard aGuard;
// tiled rendering works only when we are in the 'Normal' view, switch to that
mpDocShell->GetViewShell()->GetViewFrame()->GetDispatcher()->Execute(SID_VIEWSHELL0, SfxCallMode::SYNCHRON | SfxCallMode::RECORD);
}
......
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