merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
//.........................................................................
|
||||
namespace frm
|
||||
|
@@ -90,7 +90,7 @@
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/timer.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
#include <ctype.h>
|
||||
#include <hash_map>
|
||||
|
@@ -60,7 +60,7 @@
|
||||
#include <com/sun/star/util/XNumberFormatTypes.hpp>
|
||||
#include <com/sun/star/form/XForm.hpp>
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
// needed as long as we use the SolarMutex
|
||||
#include <comphelper/streamsection.hxx>
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
|
@@ -32,7 +32,7 @@
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <comphelper/basicio.hxx>
|
||||
#include <com/sun/star/awt/MouseButton.hpp>
|
||||
|
||||
|
@@ -47,7 +47,7 @@
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include "services.hxx"
|
||||
#include <comphelper/container.hxx>
|
||||
#include <comphelper/listenernotification.hxx>
|
||||
|
@@ -375,7 +375,7 @@ namespace frm
|
||||
void ORichTextPeer::dispose( ) throw(RuntimeException)
|
||||
{
|
||||
{
|
||||
::vos::OGuard aGuard( GetMutex() );
|
||||
::osl::SolarMutexGuard aGuard( GetMutex() );
|
||||
RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() );
|
||||
|
||||
if ( pRichTextControl )
|
||||
|
@@ -44,7 +44,7 @@
|
||||
#include <vcl/outdev.hxx>
|
||||
#include <unotools/lingucfg.hxx>
|
||||
#include <svl/undo.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
@@ -68,7 +68,7 @@
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/namedvaluecollection.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <vos/mutex.hxx>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <sal/macros.h>
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user