summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:12:25 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-10-24 14:12:25 +0000
commit1bc90da9d647e4e41e328621e1d491d148c96d5f (patch)
treef33e563be69adc6a9b70a7c1f2e3c565c6b61dc5 /svx/source/fmcomp
parente13239beab1e04ccd0cd581737b920edd62efc39 (diff)
INTEGRATION: CWS dba205c (1.53.32); FILE MERGED
2006/10/10 11:31:49 fs 1.53.32.1: #i70255#
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/gridcell.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 23183d7eceee..4b9d9236128a 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridcell.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:43:16 $
+ * last change: $Author: hr $ $Date: 2006-10-24 15:12:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -715,6 +715,8 @@ void DbCellControl::implAdjustGenericFieldSetting( const Reference< XPropertySet
//------------------------------------------------------------------------------
void DbCellControl::_propertyChanged(const PropertyChangeEvent& _rEvent) throw(RuntimeException)
{
+ ::vos::OGuard aGuard( Application::GetSolarMutex() );
+
Reference< XPropertySet > xSourceProps( _rEvent.Source, UNO_QUERY );
if ( _rEvent.PropertyName.equalsAscii( FM_PROP_VALUE )