Kaydet (Commit) 5055eb2c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'

Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
üst d9c80f67
......@@ -1261,7 +1261,7 @@ namespace svx
};
SuggestionList::SuggestionList() :
m_vElements(MAXNUM_SUGGESTIONS, NULL)
m_vElements(MAXNUM_SUGGESTIONS, static_cast<OUString*>(NULL))
{
m_nAct = m_nNumOfEntries = 0;
}
......
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