summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-17 22:42:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-19 11:19:12 +0100
commit3152f5a33e787e33ec0dfef8c75d7bbf95194c00 (patch)
treecc1049cdf9424a5891ca5e255374ef9ca0ff57f5 /include/vcl
parent729834abac1618aa2f0dcc6d774deb74f7c42bb3 (diff)
use more cppu::BaseMutex
Change-Id: Iddd7438161ead93b27cf8e8058ca5b1eae3d8001 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127075 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/unohelp2.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/unohelp2.hxx b/include/vcl/unohelp2.hxx
index a92859885cbe..c4aad4c606b1 100644
--- a/include/vcl/unohelp2.hxx
+++ b/include/vcl/unohelp2.hxx
@@ -62,14 +62,6 @@ namespace vcl::unohelper {
);
};
- struct MutexHelper
- {
- private:
- ::osl::Mutex maMutex;
- public:
- ::osl::Mutex& GetMutex() { return maMutex; }
- };
-
} // namespace vcl::unohelper
#endif // INCLUDED_VCL_UNOHELP2_HXX