From c6c4d21847ef18ae7378e1a5a329000ea6547d18 Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Tue, 24 Mar 2015 03:25:28 +0530 Subject: tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper Change-Id: I5514c2db57b48d99f7daf410eda11f5ee882438e Reviewed-on: https://gerrit.libreoffice.org/14972 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- fpicker/source/win32/filepicker/SolarMutex.cxx | 6 ------ fpicker/source/win32/filepicker/SolarMutex.hxx | 2 -- 2 files changed, 8 deletions(-) (limited to 'fpicker') diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx b/fpicker/source/win32/filepicker/SolarMutex.cxx index c21f994e177f..3b8fdbb22530 100644 --- a/fpicker/source/win32/filepicker/SolarMutex.cxx +++ b/fpicker/source/win32/filepicker/SolarMutex.cxx @@ -37,10 +37,4 @@ int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId) return nAcquireCount; } -void AcquireSolarMutex(int nAcquireCount) -{ - if ( nAcquireCount ) - Application::AcquireSolarMutex( nAcquireCount ); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/fpicker/source/win32/filepicker/SolarMutex.hxx b/fpicker/source/win32/filepicker/SolarMutex.hxx index 84191ed40312..3233083eea83 100644 --- a/fpicker/source/win32/filepicker/SolarMutex.hxx +++ b/fpicker/source/win32/filepicker/SolarMutex.hxx @@ -22,8 +22,6 @@ int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId); -void AcquireSolarMutex(int nAcquireCount); - #endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SOLARMUTEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit ffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author