summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx6
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();