diff options
Diffstat (limited to 'sw/inc/SwDocIdle.hxx')
-rw-r--r-- | sw/inc/SwDocIdle.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/SwDocIdle.hxx b/sw/inc/SwDocIdle.hxx index 38072f8f3cdf..708dc1c1cb78 100644 --- a/sw/inc/SwDocIdle.hxx +++ b/sw/inc/SwDocIdle.hxx @@ -39,8 +39,7 @@ private: SwDoc &m_rDoc; protected: - virtual sal_uInt64 UpdateMinPeriod( - sal_uInt64 nMinPeriod, sal_uInt64 nTimeNow ) const override; + virtual sal_uInt64 UpdateMinPeriod( sal_uInt64 nTimeNow ) const override; public: SwDocIdle( SwDoc &doc ); |