summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-11-02 18:46:51 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-11-03 04:08:38 +0000
commit063593972e556f8f0e65881ccd77d5ea64175e8b (patch)
tree176fdbd5e2b118f791e5f6f4a84eeff4c9960eb2 /starmath/inc
parentfdc77804d681ea36b8dd257d7a8669a99e1dbb98 (diff)
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>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/document.hxx1
1 files changed, 0 insertions, 1 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();