diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:22:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:22:09 +0000 |
commit | bfdd5839226bc51ba414e0b2509d4bec25103ba0 (patch) | |
tree | f12cf97c7cc2e82b9748da65c2d26b94037da304 | |
parent | 9bfd27ce2b229a9fa0b93be562f13b3bc5c7c578 (diff) |
INTEGRATION: CWS c06 (1.34.154); FILE MERGED
2005/08/23 15:47:36 mba 1.34.154.1: #i53490#: warning when hyperlinks are not executed at all
-rw-r--r-- | sfx2/source/appl/app.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index 5c8201acd60a..63cc7970b889 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -4,9 +4,9 @@ * * $RCSfile: app.hrc,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:31:10 $ + * last change: $Author: rt $ $Date: 2005-11-11 12:22:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -287,6 +287,7 @@ #define STR_QUERY_UPDATE_LINKS (RID_SFX_APP_START + 192) #define STR_DDE_ERROR (RID_SFX_APP_START + 193) +#define RID_SECURITY_WARNING_NO_HYPERLINKS (RID_SFX_APP_START + 194) #define MD_DDE_LINKEDIT (RID_SFX_APP_START + 1) |