summaryrefslogtreecommitdiff
path: root/vcl/source/control/listbox.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-05-28 20:40:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-28 22:25:25 +0200
commit75b6b7f66b6ff66f8d9945bccdef71952db2d966 (patch)
treee992964da250f8215d6916b27eafdfb76a3d083c /vcl/source/control/listbox.cxx
parent078b052e11f0652ed393b809a7d4a03b1feb58d9 (diff)
IsDisposed->isDisposed in vcl/../control
Change-Id: Icd5fb88f3827eddb307f5fe6b46667a72062e408 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116358 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control/listbox.cxx')
-rw-r--r--vcl/source/control/listbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/listbox.cxx b/vcl/source/control/listbox.cxx
index 43576679338b..cb3b74672c04 100644
--- a/vcl/source/control/listbox.cxx
+++ b/vcl/source/control/listbox.cxx
@@ -276,7 +276,7 @@ IMPL_LINK_NOARG(ListBox, ImplPopupModeEndHdl, FloatingWindow*, void)
VclPtr<vcl::Window> xWindow = this;
Select();
- if ( xWindow->IsDisposed() )
+ if ( xWindow->isDisposed() )
return;
mpImplLB->SetTravelSelect( bTravelSelect );