svx/source/fmcomp/gridctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6641682ee9a62a1d8929b1f243f856494678dcdb
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri May 28 13:39:22 2021 +0200
Commit:     Noel Grandin <noel.gran...@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.gran...@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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to