diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 09:53:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-27 12:59:47 +0000 |
commit | 9cd7d08b4a0c9ab81c2ce9872ff78baa5a065c7f (patch) | |
tree | 20750ba9dd2cac516f03644a5ea25d255cf374b3 /basic/source | |
parent | 58d4275efae7fc0f3e97c02d79b67cf688052e81 (diff) |
SvDispatch class doesn't exist anymore
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxobj.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/sbx/sbxobj.cxx b/basic/source/sbx/sbxobj.cxx index fd919d6f11da..9038679e39a0 100644 --- a/basic/source/sbx/sbxobj.cxx +++ b/basic/source/sbx/sbxobj.cxx @@ -871,11 +871,6 @@ void SbxObject::Dump( SvStream& rStrm, sal_Bool bFill ) --nLevel; } -SvDispatch* SbxObject::GetSvDispatch() -{ - return NULL; -} - SbxMethod::SbxMethod( const String& r, SbxDataType t ) : SbxVariable( t ) { |