diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-11-25 09:43:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-11-25 09:43:45 +0000 |
commit | ab0ddd8f5c6e1f209877eb0b6d5c67a521a1f8da (patch) | |
tree | a70a4f3a9691e3c968a9629dbec6da27fefa64e3 /ucb/source | |
parent | a196d5d24c4eb46d47d9d2575d6392a447d13586 (diff) |
INTEGRATION: CWS valgrind01 (1.74.10); FILE MERGED
2003/10/01 12:33:13 hr 1.74.10.1: #i20184#: remove compare with uninitialzed values isVolume and isDirectory
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/file/shell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx index 567e3dd5fa6a..a8e0efc55044 100644 --- a/ucb/source/ucp/file/shell.cxx +++ b/ucb/source/ucp/file/shell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: shell.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.75 $ * - * last change: $Author: hr $ $Date: 2003-08-07 14:42:40 $ + * last change: $Author: rt $ $Date: 2003-11-25 10:43:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2515,7 +2515,7 @@ shell::commit( const shell::ContentMap::iterator& it, aAny <<= sal_Int64( aFileStatus.getFileSize() ); it1->setValue( aAny ); } - else if( isVolume || isDirectory ) + else { sal_Int64 dirSize = 0; aAny <<= dirSize; |