sw/qa/extras/ww8export/ww8export.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 04b3a3c801bc452f659048a816829300d6b2a16f
Author: Eike Rathke <er...@redhat.com>
Date:   Fri Nov 21 14:18:14 2014 +0100

    WaE: ‘isNumber’ [-Werror=maybe-uninitialized]
    
    Change-Id: I307af9b8619db00afaef378df60352c06eb1e4c9

diff --git a/sw/qa/extras/ww8export/ww8export.cxx 
b/sw/qa/extras/ww8export/ww8export.cxx
index 019c87b..f55967e 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -31,7 +31,7 @@ public:
 protected:
     bool CjkNumberedListTestHelper(sal_Int16 &nValue)
     {
-        bool isNumber;
+        bool isNumber = false;
         uno::Reference<text::XTextRange> xPara(getParagraph(1));
         uno::Reference< beans::XPropertySet > properties( xPara, 
uno::UNO_QUERY);
         properties->getPropertyValue("NumberingIsNumber") >>= isNumber;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to