[Libreoffice-commits] .: sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Mar 14 14:53:49 PDT 2011


 sd/source/ui/view/outlview.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit e66c2fcdf9a97fcb592d38373aec76e68332c66c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 14 21:53:40 2011 +0000

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

diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index 43d58e0..9b979ae 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


More information about the Libreoffice-commits mailing list