diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 15:47:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-02-02 15:47:42 +0000 |
commit | 3aa5dafd0e327a051e3222168310809a053bca49 (patch) | |
tree | 20504c7bab563db2d9695b240a6238471254eefc | |
parent | 4a02ac4a7c32a0f3f9483c1eff7e864da3edb2cb (diff) |
INTEGRATION: CWS alienwarning (1.21.102); FILE MERGED
2005/01/28 12:59:17 pb 1.21.102.1: fix: #i41506# RID_DLG_ALIEN_WARNING added
-rw-r--r-- | sfx2/source/dialog/dialog.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index d0d828fb1181..76a40fd9b12c 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dialog.hrc,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2004-11-19 11:33:11 $ + * last change: $Author: rt $ $Date: 2005-02-02 16:47:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,6 +71,7 @@ #define RC_DIALOG_BEGIN RID_SFX_DIALOG_START +#define RID_DLG_ALIEN_WARNING ( RC_DIALOG_BEGIN + 0) #define STR_RESET ( RC_DIALOG_BEGIN + 0) #define STR_BASEFMT ( RC_DIALOG_BEGIN + 1) |