Kaydet (Commit) 82e5f287 authored tarafından Eike Rathke's avatar Eike Rathke

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

Change-Id: I17ea9518e862b8c97c4c3f4564caedf9d045b7b3
üst fcf43d7e
......@@ -57,7 +57,7 @@ protected:
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment