diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 20:33:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-02 21:07:54 +0000 |
commit | d41b8ac9e53d3cbe05bed171f27c76cc01ea742f (patch) | |
tree | a815b1b04df4121cd7b2e1ea15c55b6356210e13 /basic | |
parent | fbf7b31f17243b58097aedd2a990ecaf301b341f (diff) |
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index b3b7fd051703..05fdd84330ae 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -871,11 +871,6 @@ void SbModule::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, // The setting of the source makes the image invalid // and scans the method definitions newly in -void SbModule::SetSource( const OUString& r ) -{ - SetSource32( r ); -} - void SbModule::SetSource32( const OUString& r ) { // Default basic mode to library container mode, but.. allow Option VBASupport 0/1 override |