summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 10:01:53 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-15 10:01:53 +0000
commit2c1851cd9f3828ccd61744a4a1f33004b203f5bb (patch)
tree4733a9a01197954b0aca84609699144a942dd059 /svtools
parent2950cf888c52de13c5876e43870d80041ee5d503 (diff)
INTEGRATION: CWS dba30 (1.7.374); FILE MERGED
2005/09/28 15:57:05 fs 1.7.374.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/05 08:29:03 fs 1.7.374.1: a drop down line count of 5 is simply too ... ancient nowadays
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/brwbox/ebbcontrols.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/brwbox/ebbcontrols.cxx b/svtools/source/brwbox/ebbcontrols.cxx
index 7cf5c94516d0..1cb06f056a2c 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ebbcontrols.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:30:37 $
+ * last change: $Author: hr $ $Date: 2006-08-15 11:01:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -179,7 +179,7 @@ namespace svt
{
EnableAutoSize(sal_False);
EnableMultiSelection(sal_False);
- SetDropDownLineCount(5);
+ SetDropDownLineCount(20);
}
//------------------------------------------------------------------