From cd71034b26a404c8f9b763865ef6ebdd0adeebb7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 1 Jul 2016 09:46:23 +0200 Subject: comphelper::OBaseMutex -> cppu::BaseMutex convert usage of deprecated class, and remove the old class Change-Id: I19fb9271090d19e5531622b58492e1a848d306e2 Reviewed-on: https://gerrit.libreoffice.org/26843 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/win/gdi/salbmp.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/win') diff --git a/vcl/win/gdi/salbmp.cxx b/vcl/win/gdi/salbmp.cxx index e134abaf519e..67b1a1ccbb51 100644 --- a/vcl/win/gdi/salbmp.cxx +++ b/vcl/win/gdi/salbmp.cxx @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #if defined _MSC_VER @@ -73,7 +73,7 @@ struct Comparator typedef ::std::map< WinSalBitmap*, sal_uInt32, Comparator > EntryMap; static const sal_uInt32 nDefaultCycles(60); -class GdiPlusBuffer : protected comphelper::OBaseMutex, public Timer +class GdiPlusBuffer : protected cppu::BaseMutex, public Timer { private: EntryMap maEntries; -- cgit