summaryrefslogtreecommitdiff
path: root/svx/source/form/fmobjfac.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 11:19:42 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 11:19:42 +0000
commit4f1a8cf804d71cb925a1d9b18b575fb07328dcbe (patch)
treec721dd2f55d8cebd3f6bbab278ac4782ba2f3a8f /svx/source/form/fmobjfac.cxx
parent9b673ac4615f317dfa9567aee3b6769bb31d913d (diff)
INTEGRATION: CWS formdesign01 (1.8.488); FILE MERGED
2004/02/25 19:35:40 fs 1.8.488.3: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 18:40:41 fs 1.8.488.2: RESYNC: (1.8-1.9); FILE MERGED 2003/11/19 17:21:16 fs 1.8.488.1: during #105266# DropDown property now initialized in the view
Diffstat (limited to 'svx/source/form/fmobjfac.cxx')
-rw-r--r--svx/source/form/fmobjfac.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/form/fmobjfac.cxx b/svx/source/form/fmobjfac.cxx
index 5fd90a86888a..53af71ed2b4b 100644
--- a/svx/source/form/fmobjfac.cxx
+++ b/svx/source/form/fmobjfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmobjfac.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 19:07:29 $
+ * last change: $Author: obo $ $Date: 2004-03-19 12:19:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -260,8 +260,6 @@ IMPL_LINK(FmFormObjFactory, MakeObject, SdrObjFactory*, pObjFactory)
case OBJ_FM_COMBOBOX:
{
pObjFactory->pNewObj = new FmFormObj(FM_COMPONENT_COMBOBOX,pObjFactory->nIdentifier);
- lcl_initProperty( static_cast< FmFormObj* >( pObjFactory->pNewObj ), FM_PROP_DROPDOWN, makeAny( sal_True ) );
-
} break;
case OBJ_FM_GRID:
{