summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2018-06-30 09:26:47 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2018-06-30 23:00:17 +0200
commite07a80e23bc8249a8bf1477aeed8e33f6c4c10be (patch)
tree851bf1b4ffaa29c833fbb8072e38d9742a43778e /svx
parent6a53c4f5d984d03bee8a615c8adcd518a9952833 (diff)
Initialize local variable
Change-Id: I07583fe1fb70ffb7ec5cbeaacfdba207dac7eb0d
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/gallery1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx
index 05e2821656f2..87a8c7d3e611 100644
--- a/svx/source/gallery2/gallery1.cxx
+++ b/svx/source/gallery2/gallery1.cxx
@@ -272,7 +272,7 @@ Gallery* Gallery::GetGalleryInstance()
void Gallery::ImplLoad( const OUString& rMultiPath )
{
- bool bIsReadOnlyDir;
+ bool bIsReadOnlyDir {false};
bMultiPath = !rMultiPath.isEmpty();