[Libreoffice-commits] .: sal/rtl

Caolán McNamara caolan at kemper.freedesktop.org
Sun Nov 28 08:56:23 PST 2010


 sal/rtl/source/uri.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f21ff476e03fcbc4424533f37cbefc222d201fce
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 28 16:55:26 2010 +0000

    cppcheck: member not initialized in ctor

diff --git a/sal/rtl/source/uri.cxx b/sal/rtl/source/uri.cxx
index f06a7e5..b27f93e 100644
--- a/sal/rtl/source/uri.cxx
+++ b/sal/rtl/source/uri.cxx
@@ -362,7 +362,7 @@ struct Component
     sal_Unicode const * pBegin;
     sal_Unicode const * pEnd;
 
-    inline Component(): pBegin(0) {}
+    inline Component(): pBegin(0), pEnd(0) {}
 
     inline bool isPresent() const { return pBegin != 0; }
 


More information about the Libreoffice-commits mailing list