summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:23:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:23:08 +0000
commit5eafb66346b7317245d4dbb6c875522c6abc89e6 (patch)
treecec3c65bbf2910ea063fddea34a77a44f4a96ba1 /sfx2
parent5c5822d899de38878d18d166eed9d08551f97eb0 (diff)
INTEGRATION: CWS c06 (1.15.144); FILE MERGED
2005/10/11 13:31:55 mav 1.15.144.2: #125985# introduce possibility to switch macros off 2005/09/09 10:11:09 mav 1.15.144.1: #i53496# new option to trigger SaveAs always
Diffstat (limited to 'sfx2')
-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 5aeb57741dd4..40ecc14d39c3 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: doc.hrc,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 18:38:03 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:23:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -208,9 +208,11 @@
#define STR_HIDDENINFO_CONTINUE_CREATEPDF (RID_SFX_DOC_START+119)
#define MSG_WARNING_MACRO_ISDISABLED (RID_SFX_DOC_START+120)
+#define STR_NEW_FILENAME_SAVE (RID_SFX_DOC_START+121)
+#define STR_MACROS_DISABLED (RID_SFX_DOC_START+122)
// please update to the last id
-#define ACT_SFX_DOC_END MSG_WARNING_MACRO_ISDISABLED
+#define ACT_SFX_DOC_END STR_MACROS_DISABLED
#if ACT_SFX_DOC_END > RID_SFX_DOC_END
#error resource overflow in #line, #file
#endif