summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-23 18:19:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-23 22:49:57 +0000
commit702f9c5176eebb95c5a1bfd31c1f256b79301b19 (patch)
tree2aedc04b1af4e2f36b0da9fd5b06570faa3eef40 /basctl
parentRevert "sw: disable failing checks" (diff)
downloadcore-702f9c5176eebb95c5a1bfd31c1f256b79301b19.tar.gz
core-702f9c5176eebb95c5a1bfd31c1f256b79301b19.zip
huge hrc and src file cleanup
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/inc/helpid.hrc9
-rw-r--r--basctl/source/basicide/basidesh.src14
2 files changed, 0 insertions, 23 deletions
diff --git a/basctl/inc/helpid.hrc b/basctl/inc/helpid.hrc
index e04f99c766f0..5935bb36c2e8 100644
--- a/basctl/inc/helpid.hrc
+++ b/basctl/inc/helpid.hrc
@@ -19,15 +19,8 @@
#ifndef _BASCTL_HELPID_HRC
#define _BASCTL_HELPID_HRC
-#define HID_BASICIDE_TOOLBOX "BASCTL_HID_BASICIDE_TOOLBOX"
-#define HID_BASICIDE_OBJECTS "BASCTL_HID_BASICIDE_OBJECTS"
-#define HID_BASICIDE_MACROS "BASCTL_HID_BASICIDE_MACROS"
-#define HID_BASICIDE_LIBS "BASCTL_HID_BASICIDE_LIBS"
-
#define HID_BASICIDE_OBJECTCAT "BASCTL_HID_BASICIDE_OBJECTCAT"
-#define HID_BASICIDE_OBJCAT_SHOW "BASCTL_HID_BASICIDE_OBJCAT_SHOW"
-
#define HID_BASICIDE_BRKDLG "BASCTL_HID_BASICIDE_BRKDLG"
#define HID_BASICIDE_ACTIV "BASCTL_HID_BASICIDE_ACTIV"
#define HID_BASICIDE_BRKPROPS "BASCTL_HID_BASICIDE_BRKPROPS"
@@ -45,8 +38,6 @@
#define HID_BASICIDE_WATCHWINDOW_LIST "BASCTL_HID_BASICIDE_WATCHWINDOW_LIST"
#define HID_BASICIDE_STACKWINDOW_LIST "BASCTL_HID_BASICIDE_STACKWINDOW_LIST"
-#define HID_BASICIDE_ADDNEW_LANGUAGE "BASCTL_HID_BASICIDE_ADDNEW_LANGUAGE"
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/basidesh.src b/basctl/source/basicide/basidesh.src
index b52526e2cbd3..70d642349d65 100644
--- a/basctl/source/basicide/basidesh.src
+++ b/basctl/source/basicide/basidesh.src
@@ -601,18 +601,4 @@ String RID_STR_DLGIMP_MISMATCH_TEXT
Text [ en-US ] = "The dialog to be imported supports other languages than the target library.\n\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\n " ;
};
-#define MN_EDIT 20
-#define MN_VIEW 21
-#define MN_EXTRA 22
-#define MN_WIN 30
-#define MN_HELP 31
-#define MN_TEMPLATES 11
-
-/*
-
-The application menu bar resource has become obsolete. You can now find the menu bar definition at:
-<project>/basicide/menubar/menubar.xml.
-
-*/
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */