| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
indicates that XPackageRegistry::bindPackage() was previously called with a different value for the removed parameter and that the XPackage object created by that call still exist.  
 More...
import "InvalidRemovedParameterException.idl";
 
  
| Public Attributes | |
| boolean | PreviousValue | 
| the value of the removedparameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object. | |
| XPackage | Extension | 
| the XPackage that was already bound to the provided urlparameter during XPackageRegistry::bindPackage(). | |
| Public Attributes inherited from Exception | |
| string | Message | 
| gives a detailed description of the reason, why the exception was thrown. | |
| com::sun::star::uno::XInterface | Context | 
| should contain a reference to the original, which raised the exception. | |
indicates that XPackageRegistry::bindPackage() was previously called with a different value for the removed parameter and that the XPackage object created by that call still exist. 
| XPackage Extension | 
the XPackage that was already bound to the provided url parameter during XPackageRegistry::bindPackage(). 
Must not be NULL.
| boolean PreviousValue | 
the value of the removed parameter which was used in XPackageRegistry::bindPackage() to create the currently existing XPackage object.