Kaydet (Commit) adea3454 authored tarafından Caolán McNamara's avatar Caolán McNamara

remove debugging conditions that can no longer be hit with post List removal

üst e0284f4b
...@@ -226,9 +226,6 @@ OutlineView::~OutlineView() ...@@ -226,9 +226,6 @@ OutlineView::~OutlineView()
mpOutliner->ForceAutoColor( aOptions.GetIsAutomaticFontColor() ); mpOutliner->ForceAutoColor( aOptions.GetIsAutomaticFontColor() );
mpOutliner->Clear(); mpOutliner->Clear();
} }
DBG_ASSERT(!mpSelectedParas, "Absatzliste nicht geloescht");
DBG_ASSERT(!mpOldParaOrder, "Absatzliste nicht geloescht");
} }
...@@ -919,9 +916,6 @@ IMPL_LINK( OutlineView, EndDropHdl, void *, EMPTYARG ) ...@@ -919,9 +916,6 @@ IMPL_LINK( OutlineView, EndDropHdl, void *, EMPTYARG )
IMPL_LINK( OutlineView, BeginMovingHdl, ::Outliner *, pOutliner ) IMPL_LINK( OutlineView, BeginMovingHdl, ::Outliner *, pOutliner )
{ {
DBG_ASSERT(!mpSelectedParas, "Absatzliste nicht geloescht");
DBG_ASSERT(!mpOldParaOrder, "Absatzliste nicht geloescht");
OutlineViewPageChangesGuard aGuard(this); OutlineViewPageChangesGuard aGuard(this);
// list of selected title paragraphs // list of selected title paragraphs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment