[Libreoffice-commits] core.git: dtrans/source

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 4 11:19:57 UTC 2020


 dtrans/source/win32/clipb/MtaOleClipb.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2dd07d30ed12ce4ae25021b34a7d84fc1f71246
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Thu Jun 4 11:43:58 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jun 4 13:19:21 2020 +0200

    Remnant CoInitialize comment
    
    Change-Id: I33b328e4b2c85a6260d068ce5d9504dfdb201f89
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95495
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dtrans/source/win32/clipb/MtaOleClipb.cxx b/dtrans/source/win32/clipb/MtaOleClipb.cxx
index 0e57b5ab1442..aaefc9170479 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.cxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.cxx
@@ -684,7 +684,7 @@ unsigned int WINAPI CMtaOleClipboard::clipboardChangedNotifierThreadProc( LPVOID
     // a boolean variable like m_bRun...
     while ( pInst->m_bRunClipboardNotifierThread )
     {
-        // process window messages because of CoInitialize
+        // process window messages because of CoInitializeEx
         MSG Msg;
         while (PeekMessageW(&Msg, nullptr, 0, 0, PM_REMOVE))
             DispatchMessageW(&Msg);


More information about the Libreoffice-commits mailing list