summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-03-09 22:16:48 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-03-10 06:26:00 +0100
commit24dd6c5f9861340fafccad9504a99a939cbba0a6 (patch)
tree6ddbf592f59426d97609c24d2ef76c6edcd0fa02
parent4cf54b8616fb6be26f02bd06c0158c3e69fde0db (diff)
Fix comment after renaming variable
Change-Id: I4bf7b2cf76d26060dcb0acfdf9796d339f7dcbc4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112220 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
-rw-r--r--vcl/win/dtrans/WinClipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/dtrans/WinClipboard.cxx b/vcl/win/dtrans/WinClipboard.cxx
index 23b20449e0c5..5ec56690b17e 100644
--- a/vcl/win/dtrans/WinClipboard.cxx
+++ b/vcl/win/dtrans/WinClipboard.cxx
@@ -206,7 +206,7 @@ void SAL_CALL CWinClipboard::flushClipboard()
throw lang::DisposedException("object is already disposed",
static_cast<XClipboardEx*>(this));
- // actually it should be ClearableMutexGuard aGuard( m_ClipContentMutex );
+ // actually it should be ClearableMutexGuard aGuard( m_aContentCacheMutex );
// but it does not work since FlushClipboard does a callback and frees DataObject
// which results in a deadlock in onReleaseDataObject.
// FlushClipboard had to be synchron in order to prevent shutdown until all