diff options
-rw-r--r-- | starmath/inc/document.hxx | 1 | ||||
-rw-r--r-- | starmath/source/document.cxx | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 622c5062321d..cb189afea9b9 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -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(); diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 64847fd591e0..142bc78f9f28 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -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()) |