summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/form/navigatortree.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/navigatortree.cxx b/svx/source/form/navigatortree.cxx
index 32f1bcf482fb..12995e5c7167 100644
--- a/svx/source/form/navigatortree.cxx
+++ b/svx/source/form/navigatortree.cxx
@@ -656,7 +656,7 @@ namespace svxform
// 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);