Index: desktop/source/deployment/misc/dp_descriptioninfoset.cxx =================================================================== --- desktop/source/deployment/misc/dp_descriptioninfoset.cxx (revision 1205811) +++ desktop/source/deployment/misc/dp_descriptioninfoset.cxx (working copy) @@ -322,7 +322,8 @@ css::uno::Any request( xRequest->getRequest() ); css::ucb::InteractiveAugmentedIOException ioexc; - if ((request>>= ioexc) && ioexc.Code == css::ucb::IOErrorCode_NOT_EXISTING ) + if ((request>>= ioexc) && (ioexc.Code == css::ucb::IOErrorCode_NOT_EXISTING || + ioexc.Code == css::ucb::IOErrorCode_GENERAL) ) { m_bExist = false; return;