[Libreoffice-commits] core.git: ucb/source

Tor Lillqvist tml at collabora.com
Wed Apr 30 03:33:09 PDT 2014


 ucb/source/ucp/file/filglob.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e889874bf89c2e11a3c07b052cea6f0988a5a671
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Apr 30 12:56:32 2014 +0300

    WaE: 'bRemovable' may be used uninitialized in this function
    
    Change-Id: I924c3d8ad246774fbf35e427565025aeb89155d7

diff --git a/ucb/source/ucp/file/filglob.cxx b/ucb/source/ucp/file/filglob.cxx
index 5111594..c0bd6f9 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;


More information about the Libreoffice-commits mailing list