[Libreoffice-commits] core.git: forms/source

Caolán McNamara caolanm at redhat.com
Mon Mar 4 08:29:54 PST 2013


 forms/source/component/imgprod.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9ec4fc4de14cf04e83ef03a800b929b9abddae75
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 4 16:29:27 2013 +0000

    drop sole DBG_ASSERT only use of Application::GetFilterHdl
    
    Change-Id: I6dd3e1141f9fe925bdb2cd2c7f0df994f35a119d

diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index 282e936..add795d 100644
--- a/forms/source/component/imgprod.cxx
+++ b/forms/source/component/imgprod.cxx
@@ -181,7 +181,6 @@ ImageProducer::ImageProducer() :
     mbConsInit  ( sal_False )
 {
     mpGraphic = new Graphic;
-    DBG_ASSERT( Application::GetFilterHdl().IsSet(), "ImageProducer::ImageProducer(): No filter handler set" );
 }
 
 // ------------------------------------------------------------


More information about the Libreoffice-commits mailing list