Change-Id: I16245a94dd17dbb158a1a1f0a7c33ffd7b1731f0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86303
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2020-01-06 19:58:37 +01:00 committed by Julien Nabet
parent 309d82b3d6
commit 4d2a95f6d2

View file

@ -288,7 +288,7 @@ MasterScriptProvider::getScript( const OUString& scriptURI )
// MSP then delete to the language provider controlled by this MSP
// ** Special case is BASIC, all calls to getScript will be handled
// by the language script provider in the current location context
// even if its different
// even if it's different
if ( ( location == "document"
&& m_xModel.is()
)