summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorter.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 56daffae9add..5e6520b45d2b 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -298,8 +298,7 @@ void SlideSorter::ReleaseListeners()
void SlideSorter::CreateModelViewController()
{
mpSlideSorterModel.reset(CreateModel());
- DBG_ASSERT (mpSlideSorterModel.get()!=nullptr,
- "Can not create model for slide browser");
+ DBG_ASSERT(mpSlideSorterModel != nullptr, "Can not create model for slide browser");
mpSlideSorterView.reset(new view::SlideSorterView (*this));
mpSlideSorterController.reset(new controller::SlideSorterController(*this));