diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-10-23 12:14:39 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-10-23 12:14:39 +0000 |
commit | a0a716f0aeb0f3a38e1e62dfa5f11df554ae9e18 (patch) | |
tree | 9b400d3c60db544a1dbd8b06312258f37fc893d0 /uui | |
parent | 9daa1748b88ef22dc5024d216198d47137d72937 (diff) |
#93163# Avoid duplicate HID names.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.hrc | 6 | ||||
-rw-r--r-- | uui/source/passworddlg.src | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index 49e28a8272b9..0c353c6a9392 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -2,9 +2,9 @@ * * $RCSfile: ids.hrc,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: mav $ $Date: 2001-10-11 06:55:40 $ + * last change: $Author: sb $ $Date: 2001-10-23 13:14:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,7 +140,7 @@ #define HID_DLG_LOGIN (HID_UUI_START + 0) #define HID_DLG_COOKIES (HID_UUI_START + 1) -#define HID_DLG_PASSWORD (HID_UUI_START+2) +#define HID_DLG_PASSWORD_UUI (HID_UUI_START+2) #define HID_DLG_PASSWORD_CRT (HID_UUI_START+3) // HID_UUI_END (aka HID_CHAOS_NEW_DATABASE) is reserved in // sfx2/util/hidother.src diff --git a/uui/source/passworddlg.src b/uui/source/passworddlg.src index e67d2921abfb..fe95e1bbbc08 100644 --- a/uui/source/passworddlg.src +++ b/uui/source/passworddlg.src @@ -2,9 +2,9 @@ * * $RCSfile: passworddlg.src,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: kz $ $Date: 2001-10-19 20:54:22 $ + * last change: $Author: sb $ $Date: 2001-10-23 13:14:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ ModalDialog DLG_UUI_PASSWORD { - HelpId = HID_DLG_PASSWORD ; + HelpId = HID_DLG_PASSWORD_UUI; Border = TRUE ; Moveable = TRUE ; OutputSize = TRUE ; |