Tag: cws_dev300_dba31c User: fs Date: 2008-09-06 20:33:49+0000 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: #i91830# replaced Mutex with SharedMutex File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableController.cxx?r1=1.122&r2=1.122.38.1 Delta lines: +3 -3 ------------------- --- TableController.cxx 2008-06-25 13:01:13+0000 1.122 +++ TableController.cxx 2008-09-06 20:33:46+0000 1.122.38.1 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: TableController.cxx,v $ - * $Revision: 1.122 $ + * $Revision: 1.122.38.1 $ * * This file is part of OpenOffice.org. * @@ -658,7 +658,7 @@ return sal_True; vos::OGuard aSolarGuard( Application::GetSolarMutex() ); - ::osl::MutexGuard aGuard(m_aMutex); + ::osl::MutexGuard aGuard( getMutex() ); if ( getView() && getView()->IsInModalMode() ) return sal_False; sal_Bool bCheck = sal_True; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]