summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-12 10:42:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-12 11:38:00 +0100
commit637587fc8fe4ed3ae7c254fc1dc117bb78f326cb (patch)
tree394180e582edb414eb71f47595d235149ffb1089 /vcl/source/control/fixed.cxx
parent3abc98687715072080ba408b12fd8ef0a17573d5 (diff)
drop unused argument
Change-Id: I54a86f98289877abc435e2c7397ff5fd6c516545
Diffstat (limited to 'vcl/source/control/fixed.cxx')
-rw-r--r--vcl/source/control/fixed.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index ce01670c879a..4e42bca25890 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -122,7 +122,7 @@ FixedText::FixedText( vcl::Window* pParent, const ResId& rResId )
rResId.SetRT( RSC_TEXT );
WinBits nStyle = ImplInitRes( rResId );
ImplInit( pParent, nStyle );
- ImplLoadRes( rResId );
+ ImplLoadRes();
if ( !(nStyle & WB_HIDE) )
Show();
@@ -843,7 +843,7 @@ WinBits FixedImage::ImplInitStyle( WinBits nStyle )
void FixedImage::ImplLoadRes( const ResId& rResId )
{
- Control::ImplLoadRes( rResId );
+ Control::ImplLoadRes();
sal_uLong nObjMask = ReadLongRes();