summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-28 14:12:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-28 15:06:36 +0000
commitaa0499cefda1f808e6361e400d02a04cd4a0ef65 (patch)
tree86c30eb0189d12409b3f78dbd99a335e3e7911cb /sc/source/filter
parent9e67149741bf753fd802737701117a095bea846f (diff)
coverity#982593 experiment with silencing Infinite loop
etc. Change-Id: I1548d60280ab4f74fe023d026435a05f7865b516
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/oox/workbookfragment.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/oox/workbookfragment.cxx b/sc/source/filter/oox/workbookfragment.cxx
index bacbc65b1efb..26bf3b48e06b 100644
--- a/sc/source/filter/oox/workbookfragment.cxx
+++ b/sc/source/filter/oox/workbookfragment.cxx
@@ -328,6 +328,7 @@ void importSheetFragments( WorkbookFragment& rWorkbookHandler, SheetFragmentVect
nSheetsLeft++;
}
+ // coverity[infinite_loop]
while( nSheetsLeft > 0)
{
// This is a much more controlled re-enterancy hazard than