svx/source/fmcomp/gridctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6641682ee9a62a1d8929b1f243f856494678dcdb Author: Noel Grandin <[email protected]> AuthorDate: Fri May 28 13:39:22 2021 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Fri May 28 15:33:59 2021 +0200 IsDisposed->isDisposed in svx Change-Id: I986cf078004a292eb3560857274e5542330d203d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116329 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx index b31c065d6826..d631d87eef58 100644 --- a/svx/source/fmcomp/gridctrl.cxx +++ b/svx/source/fmcomp/gridctrl.cxx @@ -751,7 +751,7 @@ DbGridControl::~DbGridControl() void DbGridControl::dispose() { - if (!IsDisposed()) + if (!isDisposed()) { RemoveColumns(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
