Kaydet (Commit) 7171f792 authored tarafından Eike Rathke's avatar Eike Rathke

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

Change-Id: I5a46eb90749965193d2965740d85a1a2eb1ce641
üst 43aa1991
......@@ -54,7 +54,7 @@ public:
bool CjkNumberedListTestHelper(sal_Int16& rValue)
{
sal_Bool isNumber;
sal_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