summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsSlotManager.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSlotManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
index 256d5399f9a0..b4dfa803e5db 100644
--- a/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx
@@ -1177,7 +1177,7 @@ sal_Int32 SlotManager::GetInsertionPosition()
return nIndex;
// We should never get here.
- assert(false);
+ OSL_ASSERT(false);
return rSelector.GetPageCount() - 1;
}
@@ -1192,7 +1192,7 @@ sal_Int32 SlotManager::GetInsertionPosition()
else
{
// We should never get here because there has to be at least one page.
- assert(false);
+ OSL_ASSERT(false);
return -1;
}
}