From e889874bf89c2e11a3c07b052cea6f0988a5a671 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 30 Apr 2014 12:56:32 +0300 Subject: WaE: 'bRemovable' may be used uninitialized in this function Change-Id: I924c3d8ad246774fbf35e427565025aeb89155d7 --- ucb/source/ucp/file/filglob.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb') diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx index 5111594e6c87..c0bd6f915feb 100644 --- a/ucb/source/ucp/file/filglob.cxx +++ b/ucb/source/ucp/file/filglob.cxx @@ -62,7 +62,7 @@ namespace { { OUString aResourceName; OUString aResourceType; - bool bRemovable; + bool bRemovable = false; bool bResourceName = false; bool bResourceType = false; bool bRemoveProperty = false; -- cgit