From 9ec4fc4de14cf04e83ef03a800b929b9abddae75 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 4 Mar 2013 16:29:27 +0000 Subject: drop sole DBG_ASSERT only use of Application::GetFilterHdl Change-Id: I6dd3e1141f9fe925bdb2cd2c7f0df994f35a119d --- forms/source/component/imgprod.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'forms') diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx index 282e936a91ca..add795d7a94f 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" ); } // ------------------------------------------------------------ -- cgit