starmath: Remove unnecessary overriding
Change-Id: If64c3a1dbb27e85e2562cca78b608250b7e90c6d Reviewed-on: https://gerrit.libreoffice.org/30480 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
This commit is contained in:
@@ -124,7 +124,6 @@ class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener
|
||||
virtual bool Load( SfxMedium& rMedium ) override;
|
||||
virtual bool Save() override;
|
||||
virtual bool SaveAs( SfxMedium& rMedium ) override;
|
||||
virtual bool SaveCompleted( const css::uno::Reference< css::embed::XStorage >& xStorage ) override;
|
||||
|
||||
Printer *GetPrt();
|
||||
OutputDevice* GetRefDev();
|
||||
|
@@ -912,15 +912,6 @@ void SmDocShell::readFormulaOoxml( oox::formulaimport::XmlStream& stream )
|
||||
SetText( aEquation.ConvertToStarMath());
|
||||
}
|
||||
|
||||
bool SmDocShell::SaveCompleted( const css::uno::Reference< css::embed::XStorage >& xStorage )
|
||||
{
|
||||
if( SfxObjectShell::SaveCompleted( xStorage ))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
void SmDocShell::Execute(SfxRequest& rReq)
|
||||
{
|
||||
switch (rReq.GetSlot())
|
||||
|
Reference in New Issue
Block a user