diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-08-06 07:14:05 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-08-06 07:14:05 +0000 |
commit | afe24a4274f00dd5eee417b068c8ab18c3b43179 (patch) | |
tree | da86280928b3c919b3043be3c75b1a294500aea0 /extensions/source/propctrlr/formcontroller.cxx | |
parent | 980b96a131325240255e5668ad7aba3ea53b2431 (diff) |
#102058# set control type to BCT_COMBOBOX
Diffstat (limited to 'extensions/source/propctrlr/formcontroller.cxx')
-rw-r--r-- | extensions/source/propctrlr/formcontroller.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 0b79bad05..a0977f2ad 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formcontroller.cxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: fs $ $Date: 2001-12-10 07:13:25 $ + * last change: $Author: oj $ $Date: 2002-08-06 08:14:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1144,7 +1144,7 @@ namespace pcr //////////////////////////////////////////////////////////// // Setzen der UI-Daten OLineDescriptor aProperty; - aProperty.eControlType = BCT_MEDIT; + aProperty.eControlType = BCT_COMBOBOX; aProperty.sName = (const ::rtl::OUString&)PROPERTY_COMMAND; aProperty.sTitle = m_pPropertyInfo->getPropertyTranslation(PROPERTY_ID_COMMAND); @@ -2718,6 +2718,9 @@ namespace pcr /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.48 2001/12/10 07:13:25 fs + * #95263# when retrieving the columns of a SQL-command form, use a '0=1' filter instead of the one supplied with the statement + * * Revision 1.47 2001/12/07 11:12:31 tbe * #92755# Assign Standard Values for Basic Controls in Designmode * |