diff -ur ooo_SRC680_m195_src.orig/svx/source/unodraw/UnoGraphicExporter.cxx ooo_SRC680_m195_src/svx/source/unodraw/UnoGraphicExporter.cxx --- ooo_SRC680_m195_src.orig/svx/source/unodraw/UnoGraphicExporter.cxx 2006-11-25 20:07:07.000000000 +0100 +++ ooo_SRC680_m195_src/svx/source/unodraw/UnoGraphicExporter.cxx 2006-11-25 20:08:09.000000000 +0100 @@ -710,7 +710,7 @@ { if ( !( pDataValues->Value >>= bTranslucent ) ) // SJ: TODO: The GIF Transparency is stored as int32 in { // configuration files, this has to be changed to boolean - sal_Int32 nTranslucent; + sal_Int32 nTranslucent = 0; if ( pDataValues->Value >>= nTranslucent ) bTranslucent = nTranslucent != 0; }