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

misuse of null-terminating requiring string ctor

Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79
üst 7d042c50
......@@ -2429,7 +2429,7 @@ sal_Bool WW8FormulaListBox::Import(const uno::Reference <
{
0x2002,0x2002,0x2002,0x2002,0x2002
};
rSz = rRdr.MiserableDropDownFormHack(String(aBlank), xPropSet);
rSz = rRdr.MiserableDropDownFormHack(rtl::OUString(aBlank, SAL_N_ELEMENTS(aBlank)), xPropSet);
}
return sal_True;
......
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