diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 16:29:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-04 16:29:27 +0000 |
commit | 9ec4fc4de14cf04e83ef03a800b929b9abddae75 (patch) | |
tree | 04b667c58b013261b27f34ea48b9fd9d89794c4d /forms | |
parent | 33c3b6012ffc702ba7b948b6e4716fb2fa0a9dcc (diff) |
drop sole DBG_ASSERT only use of Application::GetFilterHdl
Change-Id: I6dd3e1141f9fe925bdb2cd2c7f0df994f35a119d
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/imgprod.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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" ); } // ------------------------------------------------------------ |