summaryrefslogtreecommitdiff
path: root/svtools/source/control/ctrlbox.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-05 09:17:48 +0100
committersb <sb@openoffice.org>2010-02-05 09:17:48 +0100
commiteec332142dbfec6a5ab3d8cf4cf1a405cbd3e30c (patch)
tree55ea7d363745c205a49ebdac6e2b2ccf296eeb37 /svtools/source/control/ctrlbox.cxx
parent08e3d3d8892f40bac9b1c45ecf331e8c0f4ffcbd (diff)
parentda2c680d23b67d4721aa29f740475fd6d40e2e08 (diff)
sb111: merged in DEV300_m71
Diffstat (limited to 'svtools/source/control/ctrlbox.cxx')
-rw-r--r--svtools/source/control/ctrlbox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index b0d20bf7ce30..1a6465bd5c5d 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -1152,6 +1152,7 @@ void FontSizeBox::ImplInit()
SetDecimalDigits( 1 );
SetMin( 20 );
SetMax( 9999 );
+ SetProminentEntryType( PROMINENT_MIDDLE );
}
// -----------------------------------------------------------------------