summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-01-28 20:55:28 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-01-28 23:00:31 -0600
commit026945320ab3d1e2e38dc29b65551af556d4d601 (patch)
tree6b8d94804611f76c0b8751753abc24944a6197d0 /sd
parent9dcde4e0e3fdb9e3986a6fad543bdeec4a342c84 (diff)
coverity#1028539 : Uninitialized scalar field
Change-Id: Ia3b39d8535cb3e7c0c625d46d45c506ba0dee9d7
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/MasterPagesSelector.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx
index 9d1444a1ef6d..cf79711aa856 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx
@@ -74,6 +74,7 @@ MasterPagesSelector::MasterPagesSelector (
maMutex(),
mpContainer(rpContainer),
mrDocument(rDocument),
+ mbSmallPreviewSize(false),
mrBase(rBase),
mnDefaultClickAction(SID_TP_APPLY_TO_ALL_SLIDES),
maPreviewUpdateQueue(),