diff options
Diffstat (limited to 'sd/source/core/PageListWatcher.cxx')
-rw-r--r-- | sd/source/core/PageListWatcher.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sd/source/core/PageListWatcher.cxx b/sd/source/core/PageListWatcher.cxx index cd4f9ffe62bb..a154da1bce20 100644 --- a/sd/source/core/PageListWatcher.cxx +++ b/sd/source/core/PageListWatcher.cxx @@ -69,9 +69,10 @@ void ImpPageListWatcher::ImpRecreateSortedPageListOnDemand() } ImpPageListWatcher::ImpPageListWatcher(const SdrModel& rModel) -: mrModel(rModel), - mpHandoutPage(0L), - mbPageListValid(sal_False) + : mrModel(rModel) + , mpHandoutPage(0L) + , mbPageListValid(sal_False) + , mnVisiblePageCount(0) { } |