From c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 23:15:37 +0200 Subject: Fixing "...." Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet --- stoc/source/javaloader/javaloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index 06332c73329f..4af288f737b8 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -337,7 +337,7 @@ static css::uno::Reference JavaComponentLoader_CreateInstance(const try { MutexGuard guard( getInitMutex() ); // The javaloader is never destroyed and there can be only one! - // Note that the first context wins .... + // Note that the first context wins... static css::uno::Reference< XInterface > xStaticRef = *new JavaComponentLoader(xCtx); xRet = xStaticRef; } -- cgit