vcl/source/treelist/transfer2.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fc77126aef35e2917bcfec3469add5133f12d77f
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Sep 28 16:45:21 2020 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Sep 28 21:07:53 2020 +0200

    Adapt comment
    
    ...to b76e903ccc83d0ccf0c6548782622638dd8a0ee5 "dtrans/clipboard: create
    instances with uno constructors" and 
9613165239ade3f0b4d3d06e238430aabc9fcff3
    "WIN move dtrans code into vcl/win/dtrans"
    
    Change-Id: I65c6096199ee154fd5a1a242971b917c4abb11f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103561
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/vcl/source/treelist/transfer2.cxx 
b/vcl/source/treelist/transfer2.cxx
index 73d9b30624e7..0d43db107d9a 100644
--- a/vcl/source/treelist/transfer2.cxx
+++ b/vcl/source/treelist/transfer2.cxx
@@ -462,8 +462,8 @@ void TransferDataContainer::DragFinished( sal_Int8 
nDropAction )
 Reference<XClipboard> GetSystemClipboard()
 {
     // On Windows, the css.datatransfer.clipboard.SystemClipboard UNO service 
is implemented as a
-    // single-instance service (sysdtrans_component_getFactory,
-    // dtrans/source/win32/clipb/wcbentry.cxx) that needs timely disposing to 
join a spawned thread
+    // single-instance service (dtrans_CWinClipboard_get_implementation in
+    // vcl/win/dtrans/WinClipboard.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
     // a multi-instance service (ClipboardFactory, 
vcl/source/components/dtranscomp.cxx) so we
     // should not hold on to a single instance here:
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to