summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doc.hrc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 14:07:05 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 14:07:05 +0000
commit9d7749542f874b1158955b5a07328138382557b3 (patch)
tree6bc2951e58e9920d6cb343b8df5bb55f3a43d660 /sfx2/source/doc/doc.hrc
parente20a3f49c6c26336a770623913821b57e54a7d1b (diff)
INTEGRATION: CWS xmlsec06 (1.13.2); FILE MERGED
2004/10/07 09:45:40 pb 1.13.2.1: fix: #i33093# WarningBox if macros are disabled automatically
Diffstat (limited to 'sfx2/source/doc/doc.hrc')
-rw-r--r--sfx2/source/doc/doc.hrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
index c38499ca7d08..c8c5daac72df 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: doc.hrc,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 12:34:38 $
+ * last change: $Author: rt $ $Date: 2004-11-26 15:07:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -232,8 +232,10 @@
#define STR_HIDDENINFO_CONTINUE_SIGNING (RID_SFX_DOC_START+118)
#define STR_HIDDENINFO_CONTINUE_CREATEPDF (RID_SFX_DOC_START+119)
+#define MSG_WARNING_MACRO_ISDISABLED (RID_SFX_DOC_START+120)
+
// please update to the last id
-#define ACT_SFX_DOC_END STR_HIDDENINFO_CONTINUE_CREATEPDF
+#define ACT_SFX_DOC_END MSG_WARNING_MACRO_ISDISABLED
#if ACT_SFX_DOC_END > RID_SFX_DOC_END
#error resource overflow in #line, #file
#endif