--- filter/source/pdf/impdialog.cxx.orig.port	Fri Aug  1 08:11:56 2008
+++ filter/source/pdf/impdialog.cxx	Thu Jan 15 14:47:49 2009
@@ -1454,8 +1454,8 @@ ImplErrorDialog::ImplErrorDialog( const std::set< vcl:
 
 {
     // load images
-    Image aWarnImg( BitmapEx( ResId( IMG_WARN, rResMgr ) ) );
-    Image aErrImg( BitmapEx( ResId( IMG_ERR, rResMgr ) ) );
+    Image aWarnImg = Image( BitmapEx( ResId( IMG_WARN, rResMgr ) ) );
+    Image aErrImg = Image( BitmapEx( ResId( IMG_ERR, rResMgr ) ) );
 
     for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin();
          it != rErrors.end(); ++it )
