diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-13 15:06:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-14 08:50:44 +0200 |
commit | d6318214908b088f8820033f62c47fbc4821c3a1 (patch) | |
tree | 156ee4efb624aff31ca64f58f06da1346aad8ca1 /svx/inc/sdr | |
parent | 5adcc4f6da434af9b6baeba06699321ceaa15478 (diff) |
loplugin:unusedmethods unused return value in svx
Change-Id: I15a87da20487ce031c6aab2f3df0b18fd3e4c249
Diffstat (limited to 'svx/inc/sdr')
-rw-r--r-- | svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx index 4735ce443eb3..89c03e490304 100644 --- a/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx +++ b/svx/inc/sdr/contact/viewobjectcontactofgraphic.hxx @@ -44,8 +44,8 @@ namespace sdr // async graphics loading helpers. Only to be used internally or from the // event helper class (in .cxx file) - bool impPrepareGraphicWithAsynchroniousLoading(); - bool impPrepareGraphicWithSynchroniousLoading(); + void impPrepareGraphicWithAsynchroniousLoading(); + void impPrepareGraphicWithSynchroniousLoading(); void doAsynchGraphicLoading(); void forgetAsynchGraphicLoadingEvent(sdr::event::AsynchGraphicLoadingEvent* pEvent); |