diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:48:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 20:48:20 +0000 |
commit | b4ab998ee7224cdd178ece2e6de92e12f9014134 (patch) | |
tree | b5068cd829e38a83ae490d6344d905dba0847590 /goodies | |
parent | 9dc7be4f0e5d9ffee0f872bdcc2b24b60a2652fc (diff) |
INTEGRATION: CWS warnings01 (1.6.24); FILE MERGED
2006/04/07 19:21:01 sb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED
2005/11/16 16:42:20 pl 1.6.24.1: #i55991# removed warnings
Diffstat (limited to 'goodies')
-rw-r--r-- | goodies/source/filter.vcl/ipsd/ipsd.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/goodies/source/filter.vcl/ipsd/ipsd.cxx b/goodies/source/filter.vcl/ipsd/ipsd.cxx index cd4d909d2949..2903ef26f28c 100644 --- a/goodies/source/filter.vcl/ipsd/ipsd.cxx +++ b/goodies/source/filter.vcl/ipsd/ipsd.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ipsd.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2006-02-09 14:07:14 $ + * last change: $Author: hr $ $Date: 2006-06-19 21:48:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -309,10 +309,7 @@ BOOL PSDReader::ImplReadHeader() break; default: - { return FALSE; - } - break; } *mpPSD >> nResourceLength; sal_uInt32 nLayerPos = mpPSD->Tell() + nResourceLength; |