summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 05:23:52 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 05:23:52 +0200
commit58e6fbe1a8a4fa4f25d68f0d2f5f9dade9c64ddb (patch)
treeff084a256ac1ad4aba79869ffd98c5f83a79f721 /sfx2/source/appl
parent3352a88c8c173acbb15dd95f4738362332107ab7 (diff)
remove unused WarningBoxes
Change-Id: I07c457a49646703af5d13f83ba033340309ee655
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r--sfx2/source/appl/app.hrc1
-rw-r--r--sfx2/source/appl/app.src8
2 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index f33bfc1f019a..f1ec60ec4a8a 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -96,7 +96,6 @@
#define IMG_HELP_TOOLBOX_L_SEARCHDIALOG (RID_SFX_APP_START+167)
#define IMG_HELP_TOOLBOX_L_COPY (RID_SFX_APP_START+168)
-#define RID_SECURITY_WARNING_HYPERLINK (RID_SFX_APP_START + 180)
#define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181)
#define RID_DESKTOP (RID_SFX_APP_START + 184)
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src
index 501e41696b4e..66f22b6310e0 100644
--- a/sfx2/source/appl/app.src
+++ b/sfx2/source/appl/app.src
@@ -328,14 +328,6 @@ String STR_DDE_ERROR
Text [ en-US ] = "DDE link to % for % area % are not available." ;
};
-WarningBox RID_SECURITY_WARNING_HYPERLINK
-{
- HelpId = HID_WARNING_SECURITY_HYPERLINK;
- Buttons = WB_YES_NO ;
- DefButton = WB_DEF_NO ;
- Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
-};
-
WarningBox RID_SECURITY_WARNING_NO_HYPERLINKS
{
Buttons = WB_OK ;