summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:30:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:30:01 +0000
commitdfa988a2a378a6490f260c3e6c4659db0c4a913f (patch)
treec980e287281925408237b3650d47f007a44388fe /sfx2
parent6d6f252bb2f07d07313749a0289903cb6080c79d (diff)
INTEGRATION: CWS jl93 (1.22.220); FILE MERGED
2008/05/05 13:24:33 jl 1.22.220.2: RESYNC: (1.22-1.23); FILE MERGED 2008/04/25 11:44:20 mav 1.22.220.1: #i86651# the new handling of document signatures
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doc.hrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
index 2914869b6524..b17a11b40f24 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: doc.hrc,v $
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
* This file is part of OpenOffice.org.
*
@@ -208,8 +208,11 @@
#define STR_ERROR_DELETE_TEMPLATE_DIR (RID_SFX_DOC_START+123)
#define STR_DOCINFO_INFOFIELD (RID_SFX_DOC_START+124)
+#define MSG_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN (RID_SFX_DOC_START+125)
+#define STR_XMLSEC_ODF12_EXPECTED (RID_SFX_DOC_START+126)
+
// please update to the last id
-#define ACT_SFX_DOC_END STR_DOCINFO_INFOFIELD
+#define ACT_SFX_DOC_END STR_XMLSEC_ODF12_EXPECTED
#if ACT_SFX_DOC_END > RID_SFX_DOC_END
#error resource overflow in #line, #file
#endif