[Libreoffice-commits] core.git: svx/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 28 13:34:45 UTC 2021
svx/source/fmcomp/gridctrl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6641682ee9a62a1d8929b1f243f856494678dcdb
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri May 28 13:39:22 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
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 <noel.grandin at collabora.co.uk>
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();
More information about the Libreoffice-commits
mailing list