summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 14:11:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-28 17:56:57 +0200
commit664f8632b1f4720475e6cb7176a08d3d204affd5 (patch)
tree7fa38edfc5afb8ea064007ef09ed6b9bc5a37bed /include/basegfx
parentef98596d62304d64d89b04de04c2bebff76286a0 (diff)
loplugin:virtualdead in basegfx
Change-Id: I8b3f7810eb08b5217df30b7be27aafadeeed247a Reviewed-on: https://gerrit.libreoffice.org/79647 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/utils/systemdependentdata.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/basegfx/utils/systemdependentdata.hxx b/include/basegfx/utils/systemdependentdata.hxx
index 32f02bea6fa2..f3befe06085f 100644
--- a/include/basegfx/utils/systemdependentdata.hxx
+++ b/include/basegfx/utils/systemdependentdata.hxx
@@ -115,12 +115,6 @@ namespace basegfx
// mnCalculatedCycles
sal_uInt32 calculateCombinedHoldCyclesInSeconds() const;
- // Number of cycles a SystemDependentDataManager should/might
- // hold this instance in seconds - does not have to be used,
- // but should be. Default implementation returns 60(s). Override to
- // offer useful data if you want to have better caching.
- virtual sal_uInt32 getHoldCyclesInSeconds() const;
-
// Size estimation of the entry in bytes - does not have to
// be used, but should be. Default returns zero what
// means there is no size estimation available. Override to