diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-28 13:39:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-28 15:33:59 +0200 |
commit | 6641682ee9a62a1d8929b1f243f856494678dcdb (patch) | |
tree | 9561f727bc0abdcc6063cafea5ade1b96d917216 /svx | |
parent | 2659a8685ae55c95aeaaca288caeed253274c853 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |