diff options
Diffstat (limited to 'offapi/com/sun/star/setup/InstallResponse.idl')
-rw-r--r-- | offapi/com/sun/star/setup/InstallResponse.idl | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/offapi/com/sun/star/setup/InstallResponse.idl b/offapi/com/sun/star/setup/InstallResponse.idl index 0107f8508..45ce4c52b 100644 --- a/offapi/com/sun/star/setup/InstallResponse.idl +++ b/offapi/com/sun/star/setup/InstallResponse.idl @@ -27,18 +27,10 @@ #ifndef __com_sun_star_setup_InstallResponse_idl__ #define __com_sun_star_setup_InstallResponse_idl__ +#include <com/sun/star/setup/ResponseErrorCode.idl> + module com { module sun { module star { module setup { -/// @deprecated -published enum ResponseErrorCode -{ - // DocMerge: empty anyway - NOERROR, - - // DocMerge: empty anyway - NOT_ENOUGH_SPACE - }; - // DocMerge: empty anyway published struct InstallResponse { |