Kaydet (Commit) 1b450cfd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused function 'isString'

Change-Id: I991cbf4a0203debaa98887d2db3fec9654dc1c5b
üst b534967c
......@@ -2542,14 +2542,6 @@ namespace
//no doubles and no texts
return false;
}
bool isString(const OUString& rString)
{
if(rString.startsWith("\"") && rString.endsWith("\""))
return true;
return false;
}
}
void SchXMLExportHelper_Impl::exportSeries(
......
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