diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-03 15:20:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-03 15:20:54 +0000 |
commit | eb86caec46c4d59e09f73b347767396a89350910 (patch) | |
tree | 298a306625758b0c0d0d1d8da048cad09c303c61 /extensions/source/propctrlr/standardcontrol.cxx | |
parent | 9387cb447b326c13da869e14733882017e70ad9f (diff) |
INTEGRATION: CWS dba202c (1.18.54); FILE MERGED
2005/12/05 14:28:32 fs 1.18.54.1: #i48619 OMultilineEditControl is a CompoundControl
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.cxx')
-rw-r--r-- | extensions/source/propctrlr/standardcontrol.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 485ac7b28..93aba3418 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: standardcontrol.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:28:18 $ + * last change: $Author: kz $ $Date: 2006-01-03 16:20:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -966,6 +966,8 @@ namespace pcr ,m_bDropdown(sal_False) ,m_bEdit(bEd) { + SetCompoundControl( TRUE ); + m_pImplEdit = new MultiLineEdit(this,WB_TABSTOP|WB_IGNORETAB| WB_NOBORDER| nWinStyle& WB_READONLY); SetSubEdit( m_pImplEdit ); m_pImplEdit->Show(); |