summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/slidesorter/view/SlsToolTip.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/view/SlsToolTip.cxx')
-rw-r--r--sd/source/ui/slidesorter/view/SlsToolTip.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsToolTip.cxx b/sd/source/ui/slidesorter/view/SlsToolTip.cxx
index 8707e5db3d99..515520b8371a 100644
--- a/sd/source/ui/slidesorter/view/SlsToolTip.cxx
+++ b/sd/source/ui/slidesorter/view/SlsToolTip.cxx
@@ -73,7 +73,7 @@ void ToolTip::SetPage (const model::SharedPageDescriptor& rpDescriptor)
sHelpText = pPage->GetName();
else
{
- assert(mpDescriptor->GetPage() != nullptr);
+ OSL_ASSERT(mpDescriptor->GetPage() != nullptr);
}
if (sHelpText.isEmpty())
{