summaryrefslogtreecommitdiff
path: root/include/vcl/transfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-30 15:23:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-31 14:16:59 +0200
commit95e7f977acc81555525565853e42e9df9ff5ebad (patch)
tree7eac0c18adf32b07276f67526e53cd077121b9d5 /include/vcl/transfer.hxx
parentf1f15123bb6af38866b40f8e0d0b6530f69e1eca (diff)
osl::Mutex->std::mutex in DragSourceHelper
Change-Id: I886300dc65542f5e716fa970a9804c6084419515 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/transfer.hxx')
-rw-r--r--include/vcl/transfer.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/transfer.hxx b/include/vcl/transfer.hxx
index 75d81f5fa5db..0b13f504926c 100644
--- a/include/vcl/transfer.hxx
+++ b/include/vcl/transfer.hxx
@@ -41,6 +41,7 @@
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <memory>
+#include <mutex>
namespace com::sun::star::datatransfer::dnd { class XDragGestureRecognizer; }
namespace com::sun::star::io { class XInputStream; }
@@ -399,7 +400,7 @@ private:
friend class DragSourceHelper::DragGestureListener;
private:
- osl::Mutex maMutex;
+ std::mutex maMutex;
css::uno::Reference< css::datatransfer::dnd::XDragGestureRecognizer > mxDragGestureRecognizer;
css::uno::Reference< css::datatransfer::dnd::XDragGestureListener > mxDragGestureListener;
td>2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl 2013-08-16svx: remove NOOPT for EnhancedCustomShapeFunctionParserMichael Stahl 2013-07-16convert versions of dialog to .uiCaolán McNamara 2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile 2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand 2013-05-28Related: #i120498# Enhanced Undo/Redo and user experience...Armin Le Grand 2013-05-20Resolves: #i122041# Unified and centralized control for Color ValueSetsArmin Le Grand 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-05-15gallery: add auxiliary .desktop style translation files.Michael Meeks 2013-05-14svx: revert usage of "dbtools" headersMichael Stahl 2013-05-14svx: remove entirely gratuitous dependency on sqlparse.hxxMichael Stahl 2013-05-14gbuild: allow to depend on headers of a libraryDavid Tardon 2013-05-14gbuild: Package connectivity_generated is goneDavid Tardon 2013-05-08svx: remove Package_sdiMichael Stahl 2013-05-08sfx2: remove Package_sdiMichael Stahl 2013-05-07connectivity: remove Package_generatedMichael Stahl 2013-05-07officecfg: remove Package_cppheaderMichael Stahl 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-05new module i18nlangtagEike Rathke 2013-03-27svx/source/inc/trace.hxx -> SAL_INFOStephan Bergmann 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-13PCH for Library_svx and Library_svxcoreLuboš Luňák 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks