INTEGRATION: CWS extmgrui02 (1.31.2); FILE MERGED

2008/06/05 07:40:54 dv 1.31.2.1: #i90147# Removing packages will be handled via notifications
This commit is contained in:
Rüdiger Timm 2008-06-16 11:55:23 +00:00
parent 348005a76e
commit afa9bab246

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dp_manager.cxx,v $
* $Revision: 1.31 $
* $Revision: 1.32 $
*
* This file is part of OpenOffice.org.
*
@ -859,6 +859,7 @@ void PackageManagerImpl::removePackage(
try {
removePackage_( id, fileName, xAbortChannel, xCmdEnv );
fireModified();
}
catch (RuntimeException &) {
throw;