Kaydet (Commit) 7ae3c864 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We want screen updating when used from Automation with no current document yet

Change-Id: Iec831ef4b4bf47a58bc67b3beb924e75cd42434e
Reviewed-on: https://gerrit.libreoffice.org/55327Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst 5870cf6d
......@@ -183,7 +183,7 @@ VbaApplicationBase::getScreenUpdating()
{
uno::Reference< frame::XModel > xModel = getCurrentDocument();
if (!xModel.is())
return false;
return true;
return !xModel->hasControllersLocked();
}
......
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