summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-01-06 19:58:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-01-07 11:53:39 +0100
commit4d2a95f6d296c871533db536a43492534a4e2f8c (patch)
treeef54b3ad82fba003b0ff467b66f64ee1c3baafc5 /scripting
parent309d82b3d644318be4702e5ca2e29ec454821ee6 (diff)
Fix typo
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>
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/provider/MasterScriptProvider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/MasterScriptProvider.cxx b/scripting/source/provider/MasterScriptProvider.cxx
index 75cf2ff33fbd..eb5d8a6b07c8 100644
--- a/scripting/source/provider/MasterScriptProvider.cxx
+++ b/scripting/source/provider/MasterScriptProvider.cxx
@@ -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()
)