From 82023570a9b5880629a5f7ce477479ffcb7af930 Mon Sep 17 00:00:00 2001 From: eilers Date: Sat, 06 Nov 2004 19:41:22 +0000 Subject: Avoid crash if app was unable to open the file --- (limited to 'noncore/apps/opie-sheet/Excel.cpp') diff --git a/noncore/apps/opie-sheet/Excel.cpp b/noncore/apps/opie-sheet/Excel.cpp index 57aef20..338bc30 100644 --- a/noncore/apps/opie-sheet/Excel.cpp +++ b/noncore/apps/opie-sheet/Excel.cpp @@ -589,7 +589,8 @@ bool ExcelBook::ParseBook(char *file) { dateformat=QString(""); DetectEndian(); - OpenFile(file); + if ( !OpenFile( file ) ) + return false; SeekBOF(); ParseSheets(); GetSheets(); -- cgit v0.9.0.2