summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/sbagrid.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-10-09 07:59:07 +0000
committerFrank Schönheit <fs@openoffice.org>2002-10-09 07:59:07 +0000
commit9ae9deed56e0ceac11cd535c3b3e2ef4b299c76a (patch)
tree16a24dec8fe4626648ff0b06c2088e18b774ad07 /dbaccess/source/ui/browser/sbagrid.cxx
parent051984eb15c00a30e8bd6478fce9eadd84382881 (diff)
#104072# lock the solar mutex in :dispatch
Diffstat (limited to 'dbaccess/source/ui/browser/sbagrid.cxx')
-rw-r--r--dbaccess/source/ui/browser/sbagrid.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index 8a48399b4b91..0010a5995ee9 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbagrid.cxx,v $
*
- * $Revision: 1.58 $
+ * $Revision: 1.59 $
*
- * last change: $Author: oj $ $Date: 2002-08-19 07:32:52 $
+ * last change: $Author: fs $ $Date: 2002-10-09 08:59:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -687,6 +687,7 @@ Reference< ::com::sun::star::frame::XDispatch > SAL_CALL SbaXGridPeer::queryDis
//---------------------------------------------------------------------------------------
void SAL_CALL SbaXGridPeer::dispatch(const ::com::sun::star::util::URL& aURL, const Sequence< PropertyValue >& aArgs) throw( RuntimeException )
{
+ ::vos::OGuard aGuard(Application::GetSolarMutex());
SbaGridControl* pGrid = (SbaGridControl*)GetWindow();
if (!pGrid)
return;