Fix typo
Change-Id: Ib7906754443db7260b1ef797b9b668be7fda2cc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86738 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
@@ -468,7 +468,7 @@ Reference<XClipboard> GetSystemClipboard()
|
|||||||
// single-instance service (sysdtrans_component_getFactory,
|
// single-instance service (sysdtrans_component_getFactory,
|
||||||
// dtrans/source/win32/clipb/wcbentry.cxx) that needs timely disposing to join a spawned thread
|
// dtrans/source/win32/clipb/wcbentry.cxx) that needs timely disposing to join a spawned thread
|
||||||
// (done in DeInitVCL, vcl/source/app/svmain.cxx), while on other platforms it is implemented as
|
// (done in DeInitVCL, vcl/source/app/svmain.cxx), while on other platforms it is implemented as
|
||||||
// a mutli-instance service (ClipboardFactory, vcl/source/components/dtranscomp.cxx) so we
|
// a multi-instance service (ClipboardFactory, vcl/source/components/dtranscomp.cxx) so we
|
||||||
// should not hold on to a single instance here:
|
// should not hold on to a single instance here:
|
||||||
#if defined _WIN32
|
#if defined _WIN32
|
||||||
DBG_TESTSOLARMUTEX();
|
DBG_TESTSOLARMUTEX();
|
||||||
|
Reference in New Issue
Block a user