Kaydet (Commit) 8fb16cea authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: -Werror=maybe-uninitialized

Change-Id: I8dfbc461b7cfa0da941964cae2b82cdde3f564b2
üst 4e2ece88
...@@ -1191,7 +1191,7 @@ void SwXShape::setPropertyValue(const OUString& rPropertyName, const uno::Any& a ...@@ -1191,7 +1191,7 @@ void SwXShape::setPropertyValue(const OUString& rPropertyName, const uno::Any& a
} }
else if (pEntry->nWID == FN_TEXT_BOX) else if (pEntry->nWID == FN_TEXT_BOX)
{ {
bool bValue; bool bValue(false);
aValue >>= bValue; aValue >>= bValue;
if (bValue) if (bValue)
SwTextBoxHelper::create(pFmt); SwTextBoxHelper::create(pFmt);
......
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