summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-12 14:56:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-12 15:01:44 +0100
commite510e9893d5ce99c8dfa9478d6972469fcc339d2 (patch)
tree58a31062d2fb540fbce1133713eb59e5527a3938 /basctl
parent1b3f3b75743f00d9e2b62446fc527b04abe0ea3b (diff)
de-src silly RID_TLB_MACROS resource
Change-Id: I0b1bd13b1d8408c2b8d83411beb36615612ddadc
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/objdlg.cxx8
-rw-r--r--basctl/source/basicide/objdlg.hrc1
-rw-r--r--basctl/source/basicide/objdlg.src5
3 files changed, 4 insertions, 10 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx
index 240b7e15212f..eb9a4713e54e 100644
--- a/basctl/source/basicide/objdlg.cxx
+++ b/basctl/source/basicide/objdlg.cxx
@@ -28,10 +28,10 @@
namespace basctl
{
-ObjectCatalog::ObjectCatalog (vcl::Window* pParent) :
- DockingWindow(pParent),
- aTitle(VclPtr<FixedText>::Create(this)),
- aTree(VclPtr<TreeListBox>::Create(this, IDEResId(RID_TLB_MACROS)))
+ObjectCatalog::ObjectCatalog (vcl::Window* pParent)
+ : DockingWindow(pParent)
+ , aTitle(VclPtr<FixedText>::Create(this))
+ , aTree(VclPtr<TreeListBox>::Create(this, WB_TABSTOP))
{
SetHelpId("basctl:FloatingWindow:RID_BASICIDE_OBJCAT");
SetText(IDEResId(RID_BASICIDE_OBJCAT).toString());
diff --git a/basctl/source/basicide/objdlg.hrc b/basctl/source/basicide/objdlg.hrc
index abf33a10dc16..8b8a969fc165 100644
--- a/basctl/source/basicide/objdlg.hrc
+++ b/basctl/source/basicide/objdlg.hrc
@@ -23,7 +23,6 @@
#define RID_BASICIDE_OBJCAT ( RID_BASICIDE_START + 70 )
#define RID_STR_TLB_MACROS ( RID_BASICIDE_START + 71 )
-#define RID_TLB_MACROS ( RID_BASICIDE_START + 72 )
#endif // BASCTL_OBJDLG_HRR
diff --git a/basctl/source/basicide/objdlg.src b/basctl/source/basicide/objdlg.src
index 173f296c9252..d66422c95a81 100644
--- a/basctl/source/basicide/objdlg.src
+++ b/basctl/source/basicide/objdlg.src
@@ -19,11 +19,6 @@
#include <objdlg.hrc>
-Control RID_TLB_MACROS
-{
- TabStop = TRUE ;
-};
-
String RID_BASICIDE_OBJCAT
{
Text [en-US] = "Object Catalog";