summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.hrc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:33:16 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:33:16 +0000
commit56e8d844d43e6bf9b0472dc77fb6e11c9da20dea (patch)
tree5f540cfbbeac56b73fba53b6193df3c8d19e1ae4 /sfx2/source/appl/app.hrc
parent14b09de86d860c5df8e310808984d38a5ed038af (diff)
INTEGRATION: CWS xmlsec05 (1.30.66); FILE MERGED
2004/08/23 12:34:39 mt 1.30.66.6: #i33093# Warn if macros are disabled... 2004/08/23 12:19:30 pb 1.30.66.5: fix: #i33095# obsolete ids removed 2004/07/27 12:49:29 mt 1.30.66.4: #i21596# Digital Signatures... 2004/07/26 13:19:36 mt 1.30.66.3: #i21596# Digital Signatures... 2004/07/22 15:56:02 gt 1.30.66.2: #i20883# macro warnings 2004/07/21 15:08:30 gt 1.30.66.1: #i20883# warning / query boxes
Diffstat (limited to 'sfx2/source/appl/app.hrc')
-rw-r--r--sfx2/source/appl/app.hrc16
1 files changed, 14 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index 8cadbb7e0534..ccf80386a682 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 12:59:16 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:33:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,8 +160,12 @@
#define RID_STR_NOWELCOMESCREEN (RID_SFX_APP_START+91)
+// --> PB 2004-08-20 #i33095#
+/* obsolete
#define STR_EDITOBJECT (RID_SFX_APP_START+92)
#define STR_OPENOBJECT (RID_SFX_APP_START+93)
+*/
+
#define STR_CORRUPT_INSTALLATION (RID_SFX_APP_START+94)
#define IDS_SBERR_STOREREF (RID_SFX_APP_START+97)
@@ -295,6 +299,14 @@
#define RID_INVALID_URL_TITLE (RID_SFX_APP_START + 183)
#define RID_DESKTOP (RID_SFX_APP_START + 184)
+#define RID_XMLSEC_WARNING_BROKENSIGNATURE (RID_SFX_APP_START + 185)
+#define RID_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186)
+#define RID_XMLSEC_QUERY_SAVEBEFORESIGN (RID_SFX_APP_START + 187)
+#define RID_XMLSECDLG_MACROWARN (RID_SFX_APP_START + 188)
+#define RID_XMLSEC_DOCUMENTSIGNED (RID_SFX_APP_START + 189)
+#define RID_XMLSEC_INFO_WRONGDOCFORMAT (RID_SFX_APP_START + 190)
+#define RID_WARNING_MACROSDISABLED (RID_SFX_APP_START + 191)
+
#endif // #ifndef _SFX_APP_HRC
// ******************************************************************* EOF