Kaydet (Commit) 3a97b361 authored tarafından Arnaud Versini's avatar Arnaud Versini Kaydeden (comit) Noel Grandin

BASIC : Remove useless virtual function override

Change-Id: I0f8e480bf73256e7f1284e11983cc70c0426172c
Reviewed-on: https://gerrit.libreoffice.org/21513Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst cb71841a
...@@ -2068,12 +2068,6 @@ void BasicCollection::Initialize() ...@@ -2068,12 +2068,6 @@ void BasicCollection::Initialize()
} }
} }
SbxVariable* BasicCollection::Find( const OUString& rName, SbxClassType t )
{
SbxVariable* pFind = SbxObject::Find( rName, t );
return pFind;
}
void BasicCollection::Notify( SfxBroadcaster& rCst, const SfxHint& rHint ) void BasicCollection::Notify( SfxBroadcaster& rCst, const SfxHint& rHint )
{ {
const SbxHint* p = dynamic_cast<const SbxHint*>(&rHint); const SbxHint* p = dynamic_cast<const SbxHint*>(&rHint);
......
...@@ -365,7 +365,6 @@ class BasicCollection : public SbxObject ...@@ -365,7 +365,6 @@ class BasicCollection : public SbxObject
public: public:
BasicCollection( const OUString& rClassname ); BasicCollection( const OUString& rClassname );
virtual SbxVariable* Find( const OUString&, SbxClassType ) override;
virtual void Clear() override; virtual void Clear() override;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment