CWS-TOOLING: integrate CWS mh232
2009-08-26 03:52:57 +0200 mh r275385 : #i102182# FreeBSD patch 2009-08-26 03:43:20 +0200 mh r275384 : #i101333# patch for FreeBSD 2009-08-26 03:11:20 +0200 mh r275383 : #i39230 2009-08-26 03:07:51 +0200 mh r275382 : #i39230# more space for initials field 2009-08-26 02:41:19 +0200 mh r275380 : #i39230# use vos::osecurity for reading the user name 2009-08-18 22:06:00 +0200 mh r275130 : #i104243#, line ending problem with newer perl 2009-08-18 21:53:21 +0200 mh r275129 : #i39230# read initials via getpwnam 2009-08-18 21:34:05 +0200 mh r275128 : enable CAIROCANVAS for Linux and Mac, #i88613# 2009-08-17 18:02:59 +0200 mh r275067 : #i95498# make compile with gcc3
This commit is contained in:
parent
24c5f3e8bf
commit
c98137541c
1 changed files with 2 additions and 2 deletions
|
@ -1436,8 +1436,8 @@ ImplErrorDialog::ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& r
|
|||
|
||||
{
|
||||
// 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 )
|
||||
|
|
Loading…
Reference in a new issue