summaryrefslogtreecommitdiff
path: root/forms/source/component/imgprod.cxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-10-06 13:31:28 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-06 13:31:28 +0200
commitec6a51873a939bdc95619c6d5da0c5bd8f6a4d9b (patch)
treec92dcfb9f155edb64a695f811cc0741819190ce3 /forms/source/component/imgprod.cxx
parentc3b94463f21c63d33fc260e87779ed80f15e6607 (diff)
parent414f16693f0828efb240d64cfa1a99fa8486ca4b (diff)
Merge commit 'ooo/OOO330_m9'
Diffstat (limited to 'forms/source/component/imgprod.cxx')
-rw-r--r--forms/source/component/imgprod.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/component/imgprod.cxx b/forms/source/component/imgprod.cxx
index 1bdfc224a..1040ac863 100644
--- a/forms/source/component/imgprod.cxx
+++ b/forms/source/component/imgprod.cxx
@@ -349,6 +349,9 @@ void ImageProducer::startProduction() throw(::com::sun::star::uno::RuntimeExcept
// delete interfaces in temporary list
for( pCons = aTmp.First(); pCons; pCons = aTmp.Next() )
delete (::com::sun::star::uno::Reference< ::com::sun::star::awt::XImageConsumer > *) pCons;
+
+ if ( maDoneHdl.IsSet() )
+ maDoneHdl.Call( NULL );
}
}
}