diff options
author | Sven Jacobi <sj@openoffice.org> | 2001-10-08 12:59:01 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2001-10-08 12:59:01 +0000 |
commit | 014c4a45ff26602a51339b2e3f7a2596bf0d0bf7 (patch) | |
tree | be29c51fdc023da66f81f5018e20c3a424320ad6 | |
parent | 9fa85528697e5f038f1bfbbae4a15223ef73125a (diff) |
#92789# now reading the correct key name
-rw-r--r-- | goodies/source/filter.vcl/epbm/epbm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/goodies/source/filter.vcl/epbm/epbm.cxx b/goodies/source/filter.vcl/epbm/epbm.cxx index 5c80c002a413..e32a881dd065 100644 --- a/goodies/source/filter.vcl/epbm/epbm.cxx +++ b/goodies/source/filter.vcl/epbm/epbm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: epbm.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: thb $ $Date: 2001-07-10 11:11:35 $ + * last change: $Author: sj $ $Date: 2001-10-08 13:59:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -142,7 +142,7 @@ BOOL PBMWriter::WritePBM( const Graphic& rGraphic, SvStream& rPBM, mpCallerData = pCallerdata; if ( pConfigItem ) - mnMode = pConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFPBM-EXPORT-FORMAT" ) ), 0 ); + mnMode = pConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FileFormat" ) ), 0 ); BitmapEx aBmpEx( rGraphic.GetBitmapEx() ); Bitmap aBmp = aBmpEx.GetBitmap(); |