summaryrefslogtreecommitdiff
path: root/basegfx/source/tools/systemdependentdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/tools/systemdependentdata.cxx')
-rw-r--r--basegfx/source/tools/systemdependentdata.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/basegfx/source/tools/systemdependentdata.cxx b/basegfx/source/tools/systemdependentdata.cxx
index 2c1c173eff96..6f1e789d16c8 100644
--- a/basegfx/source/tools/systemdependentdata.cxx
+++ b/basegfx/source/tools/systemdependentdata.cxx
@@ -77,7 +77,7 @@ namespace basegfx
if(0 == mnCalculatedCycles)
{
const sal_Int64 nBytes(estimateUsageInBytes());
- const sal_uInt32 nSeconds(getHoldCyclesInSeconds());
+ const sal_uInt32 nSeconds = 60; // HoldCyclesInSeconds
// default is Seconds (minimal is one)
sal_uInt32 nResult(0 == nSeconds ? 1 : nSeconds);
@@ -115,12 +115,6 @@ namespace basegfx
return mnCalculatedCycles;
}
- sal_uInt32 SystemDependentData::getHoldCyclesInSeconds() const
- {
- // default implementation returns 60(s)
- return 60;
- }
-
sal_Int64 SystemDependentData::estimateUsageInBytes() const
{
// default implementation has no idea