diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-14 14:00:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-14 14:00:49 +0000 |
commit | 31f9b8feba2e105d1c5c42e6ca6c234a715f0a6e (patch) | |
tree | f9439b586efeee45d7121488808b20f17ecdd18d /idl | |
parent | 14d87fd8c80b68b2ac3b32684e3f940a217b37f1 (diff) |
INTEGRATION: CWS mh19104 (1.1.1.1.138); FILE MERGED
2005/07/12 10:57:10 mh 1.1.1.1.138.1: remove not used condition, #i45442#
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/objects/types.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index 82ea116b4d39..a21597c5fa3e 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -2,9 +2,9 @@ * * $RCSfile: types.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $ + * last change: $Author: kz $ $Date: 2005-07-14 15:00:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,12 +121,6 @@ void SvMetaAttribute::Load( SvPersistStream & rStm ) BYTE nMask; rStm >> nMask; - if( nMask >= 0x100 ) - { - rStm.SetError( SVSTREAM_FILEFORMAT_ERROR ); - DBG_ERROR( "wrong format" ) - return; - } if( nMask & 0x01 ) { SvMetaType * pType; |