diff options
Diffstat (limited to 'svtools/source/control/ctrlbox.cxx')
-rw-r--r-- | svtools/source/control/ctrlbox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx index 48f3fb72c047..e9810ad14b09 100644 --- a/svtools/source/control/ctrlbox.cxx +++ b/svtools/source/control/ctrlbox.cxx @@ -280,13 +280,13 @@ void ColorListBox::UserDraw( const UserDrawEvent& rUDEvt ) } } - ListBox::DrawEntry( rUDEvt, false, true ); + ListBox::DrawEntry( rUDEvt, false, false ); } else - ListBox::DrawEntry( rUDEvt, false, true, true ); + ListBox::DrawEntry( rUDEvt, false, true ); } else - ListBox::DrawEntry( rUDEvt, true, true ); + ListBox::DrawEntry( rUDEvt, true, false ); } BorderWidthImpl::BorderWidthImpl( BorderWidthImplFlags nFlags, double nRate1, double nRate2, double nRateGap ): |