diff options
-rw-r--r-- | sd/source/ui/view/outlview.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx index 502ac0c66df1..9d9e8c5f190b 100644 --- a/sd/source/ui/view/outlview.cxx +++ b/sd/source/ui/view/outlview.cxx @@ -226,9 +226,6 @@ OutlineView::~OutlineView() mpOutliner->ForceAutoColor( aOptions.GetIsAutomaticFontColor() ); mpOutliner->Clear(); } - - DBG_ASSERT(!mpSelectedParas, "Absatzliste nicht geloescht"); - DBG_ASSERT(!mpOldParaOrder, "Absatzliste nicht geloescht"); } @@ -919,9 +916,6 @@ IMPL_LINK( OutlineView, EndDropHdl, void *, EMPTYARG ) IMPL_LINK( OutlineView, BeginMovingHdl, ::Outliner *, pOutliner ) { - DBG_ASSERT(!mpSelectedParas, "Absatzliste nicht geloescht"); - DBG_ASSERT(!mpOldParaOrder, "Absatzliste nicht geloescht"); - OutlineViewPageChangesGuard aGuard(this); // list of selected title paragraphs |