summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-03-07 15:22:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-03-07 15:26:42 +0000
commit5ea0d6b10dc641fe36f0ada2c182f4482554f461 (patch)
tree433222a53e3029d7777a02cc1b5aadc594929a9c /basctl
parentfaba0876638582b8b3d7ece80ca2ae170d03f4bb (diff)
these ResIds are used solely for their number by now
so cut out the middle-man ResId Change-Id: Ic83db355cc1a0c7dc70958bca79b466baadaedd0
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basdoc.cxx b/basctl/source/basicide/basdoc.cxx
index d98569719749..004d02aa2096 100644
--- a/basctl/source/basicide/basdoc.cxx
+++ b/basctl/source/basicide/basdoc.cxx
@@ -40,7 +40,7 @@ SFX_IMPL_SUPERCLASS_INTERFACE(basctl_DocShell, SfxObjectShell)
void basctl_DocShell::InitInterface_Impl()
{
- GetStaticInterface()->RegisterStatusBar(IDEResId(SID_BASICIDE_STATUSBAR));
+ GetStaticInterface()->RegisterStatusBar(SID_BASICIDE_STATUSBAR);
}
DocShell::DocShell()