summaryrefslogtreecommitdiff
path: root/vcl/source/control/listbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/listbox.cxx')
-rw-r--r--vcl/source/control/listbox.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index 514d86b94a3d..36ea3202c7d8 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -1181,10 +1181,9 @@ Size ListBox::CalcMinimumSize() const
// Try native borders; scrollbar size may not be a good indicator
// See how large the edit area inside is to estimate what is needed for the dropdown
ImplControlValue aControlValue;
- Point aPoint;
tools::Rectangle aContent, aBound;
Size aTestSize( 100, 20 );
- tools::Rectangle aArea( aPoint, aTestSize );
+ tools::Rectangle aArea( Point(), aTestSize );
if( GetNativeControlRegion( ControlType::Listbox, ControlPart::SubEdit, aArea, ControlState::NONE,
aControlValue, aBound, aContent) )
{