summaryrefslogtreecommitdiffstats
path: root/binfilter/inc/bf_sw/iodetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/inc/bf_sw/iodetect.hxx')
-rw-r--r--binfilter/inc/bf_sw/iodetect.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/inc/bf_sw/iodetect.hxx b/binfilter/inc/bf_sw/iodetect.hxx
index b939acdd9..e4d14dd76 100644
--- a/binfilter/inc/bf_sw/iodetect.hxx
+++ b/binfilter/inc/bf_sw/iodetect.hxx
@@ -451,7 +451,7 @@ const SfxFilter* SwIoSystem::GetFileFilter( const String& rFileName, \
/* nie erkannt und es wird auch der ASCII-Filter returnt. */ \
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/ \
{ \
- const SfxFilter* pLclFilter; \
+ const SfxFilter* pLclFilter=NULL; \
const sal_Char* pNm; \
for( USHORT n = 0; n < MAXFILTER; ++n ) \
if( 0 != ( pNm = aReaderWriter[n].IsReader(aBuffer, nBytesRead)) && \