diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-14 21:53:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-14 21:53:40 +0000 |
commit | adea34547d7bc43e9795032c7761e293a28c1df7 (patch) | |
tree | e624ad2cf8959fb5c5f92f7054fb79ec966c4edc | |
parent | e0284f4bba59912e1c49cb36936e041e891a5833 (diff) |
remove debugging conditions that can no longer be hit with post List removal
-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 |