summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.hrc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-08-13 12:30:55 +0000
committerPeter Burow <pb@openoffice.org>2002-08-13 12:30:55 +0000
commit04b32a5f444ea4ac279c4b876075a6e899a6fbeb (patch)
tree05541cdf8ddd78a117a76dfed76ab1e53b164e92 /sfx2/source/appl/app.hrc
parent70f3d391d42da2915e4912526d30c8412e25b84a (diff)
fix: #101350# security check for hyperlinks
Diffstat (limited to 'sfx2/source/appl/app.hrc')
-rw-r--r--sfx2/source/appl/app.hrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index acc27a295319..5fd1c2ba6662 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: os $ $Date: 2002-08-01 11:38:30 $
+ * last change: $Author: pb $ $Date: 2002-08-13 13:25:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -285,6 +285,9 @@
#define IMG_HELP_TOOLBOX_HCL_SEARCHDIALOG (RID_SFX_APP_START+177)
#define IMG_HELP_TOOLBOX_HCL_COPY (RID_SFX_APP_START+178)
+#define RID_SECURITY_WARNING_HYPERLINK (RID_SFX_APP_START + 180)
+#define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181)
+
#endif // #ifndef _SFX_APP_HRC
// ******************************************************************* EOF