diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 11:57:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 11:57:28 +0000 |
commit | f6351c1cabf06c99eaa2fb39ec4471eb8e09078f (patch) | |
tree | c78f75f038e335623dca534b4105f2167168d315 /uui/source/ids.hrc | |
parent | 6a50ab8deab3d747638fa9ceff1b0844362cf966 (diff) |
INTEGRATION: CWS cfgruggedised (1.17.108); FILE MERGED
2004/07/23 13:38:45 jb 1.17.108.1: #i28654#,#i29838# Add configuration backend error support to common InteractionHandler
Diffstat (limited to 'uui/source/ids.hrc')
-rw-r--r-- | uui/source/ids.hrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index 4822e4d14192..408584658d9a 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -2,9 +2,9 @@ * * $RCSfile: ids.hrc,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:44:58 $ + * last change: $Author: rt $ $Date: 2004-08-20 12:57:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,6 +144,10 @@ #define ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE (ERRCODE_AREA_UUI + 50) #define ERRCODE_UUI_IO_BROKENPACKAGE (ERRCODE_AREA_UUI + 51) #define ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR (ERRCODE_AREA_UUI + 52) +#define ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE (ERRCODE_AREA_UUI + 53) +#define ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE (ERRCODE_AREA_UUI + 54) +#define ERRCODE_UUI_CONFIGURATION_BACKENDMISSING (ERRCODE_AREA_UUI + 55) +#define ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER (ERRCODE_AREA_UUI + 56) #define HID_DLG_LOGIN (HID_UUI_START + 0) #define HID_DLG_COOKIES (HID_UUI_START + 1) |