diff options
-rw-r--r-- | sfx2/source/doc/doc.hrc | 7 |
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 |