diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-07-20 19:53:02 -0300 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-07-22 10:50:57 +0000 |
commit | ca16c526497ef5a5d1522db74204eed9a0309355 (patch) | |
tree | 7a7bc6f1f099f4937d02d072d52b0684a1c9eca1 /starmath/inc | |
parent | 6f4e3a2e272e1ed269efe3ba11915378ffb41a77 (diff) |
Change function to void, nobody checks the returned data
Change-Id: I9ef7eb7a9c32153f0a886479f65678907969adc5
Reviewed-on: https://gerrit.libreoffice.org/5000
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/view.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index ca81b0ef931c..e3071373651c 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -260,8 +260,8 @@ protected: virtual sal_uInt16 SetPrinter(SfxPrinter *pNewPrinter, sal_uInt16 nDiffFlags = SFX_PRINTER_ALL, bool bIsAPI=false); - bool Insert( SfxMedium& rMedium ); - bool InsertFrom(SfxMedium &rMedium); + void Insert( SfxMedium& rMedium ); + void InsertFrom(SfxMedium &rMedium); virtual bool HasPrintOptionsPage() const; virtual SfxTabPage *CreatePrintOptionsPage(Window *pParent, |