summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-05 12:32:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-05 12:32:14 +0000
commit38c50669b7d5eb47d194d3347775f06aa81f5810 (patch)
treed2d83e8f1cee00c82bbb249bde347450750387b4 /svtools
parentINTEGRATION: CWS os2port02 (1.14.2); FILE MERGED (diff)
downloadcore-38c50669b7d5eb47d194d3347775f06aa81f5810.tar.gz
core-38c50669b7d5eb47d194d3347775f06aa81f5810.zip
#i10000#: WaE: initialize pbuf
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/filter/filter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/filter/filter.cxx b/svtools/source/filter.vcl/filter/filter.cxx
index 194dceabd1d9..0f6c778bf16c 100644
--- a/svtools/source/filter.vcl/filter/filter.cxx
+++ b/svtools/source/filter.vcl/filter/filter.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filter.cxx,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:02:39 $
+ * last change: $Author: hr $ $Date: 2007-11-05 13:32:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1656,7 +1656,7 @@ USHORT GraphicFilter::ImportGraphic( Graphic& rGraphic, const String& rPath, SvS
if( nBufSize )
{
- BYTE* pBuf;
+ BYTE* pBuf=0;
try
{
pBuf = new BYTE[ nBufSize ];