| commit | a27a8f0c03436916e20e3362e8b5ed2410da3b23 | [log] |
|---|---|---|
| author | Efdal İncesu <efdal_incesu@hotmail.com> | Sun Jan 26 17:09:50 2020 +0300 |
| committer | Muhammet Kara <muhammet.kara@collabora.com> | Mon Jan 27 14:37:45 2020 +0100 |
| tree | 5c7b1091b44547c84b5ec5259635f625676fba32 | |
| parent | 0f78ec160d93c9765f3a27be54a4d986872e9a69 [diff] |
tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer types Change-Id: I1f9c143eee8da149d87668063cc2da16d22312db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87464 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx index 32f1bcf..12995e5 100644 --- a/svx/source/form/navigatortree.cxx +++ b/svx/source/form/navigatortree.cxx
@@ -656,7 +656,7 @@ // selection can be modified during deletion, // but because I disabled SelectionHandling, I have to do it later sal_uIntPtr nExpectedSelectionCount = GetSelectionCount(); sal_uLong nExpectedSelectionCount = GetSelectionCount(); GetModel()->Remove(pEntry);