summaryrefslogtreecommitdiff
path: root/sd/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core')
-rw-r--r--sd/source/core/PageListWatcher.cxx7
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)
{
}