summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:07:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:07:29 +0000
commit1705d0c5d271247545265e43e51adf941963f857 (patch)
tree3f55a64d6cc7b3c4c0f41e2333438b1de9f7a3c3 /forms
parent42eaeeef1e18a835ebd53cc44a10f7fe0ad56f93 (diff)
INTEGRATION: CWS frmcontrols03 (1.29.4); FILE MERGED
2004/04/29 14:57:27 fs 1.29.4.1: #i10000#
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Grid.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index af92971f35c9..66ed31d43426 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Grid.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: hr $ $Date: 2004-04-13 11:13:50 $
+ * last change: $Author: rt $ $Date: 2004-05-07 16:07:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,6 +177,7 @@ DBG_NAME(OGridControlModel);
//------------------------------------------------------------------
OGridControlModel::OGridControlModel(const Reference<XMultiServiceFactory>& _rxFactory)
:OControlModel(_rxFactory, ::rtl::OUString())
+ ,FontControlModel( false )
,OInterfaceContainer(_rxFactory, m_aMutex, ::getCppuType(static_cast<Reference<XPropertySet>*>(NULL)))
,OErrorBroadcaster( OComponentHelper::rBHelper )
,m_aSelectListeners(m_aMutex)