diff options
author | Kai Ahrens <ka@openoffice.org> | 2002-06-06 14:45:41 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2002-06-06 14:45:41 +0000 |
commit | 70bcca7af1a059152ce6ab0a4e2a1dc0959c0339 (patch) | |
tree | 1f0ac8cee97c340beda73f71f8e124a0169ad887 /svtools/bmpmaker | |
parent | 5a7cb56b696aca562314bd6e84f53f326f2c5314 (diff) |
#98591#: enabled errors again for SRCX642EA1
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r-- | svtools/bmpmaker/bmpcore.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx index 8e82835c7d56..3e741a18396d 100644 --- a/svtools/bmpmaker/bmpcore.cxx +++ b/svtools/bmpmaker/bmpcore.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bmpcore.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ka $ $Date: 2002-05-31 11:17:28 $ + * last change: $Author: ka $ $Date: 2002-06-06 15:45:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -291,7 +291,7 @@ void BmpCreator::ImplCreate( SvStream& rStm, const DirEntry& rIn, const DirEntry const Size aSize( aBmp.GetSizePixel() ); if( !aSize.Width() || !aSize.Height() ) - Message( String( RTL_CONSTASCII_USTRINGPARAM( "WARNING: Bitmap is missing: " ) ).Append( aString ), EXIT_MISSING_BITMAP ); + Message( String( RTL_CONSTASCII_USTRINGPARAM( "ERROR: Bitmap is missing: " ) ).Append( aString ), EXIT_MISSING_BITMAP ); else { if( aTotalBmp.IsEmpty() ) |