Kaydet (Commit) 20499497 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fdo#65653 make columnMatchP safer

Change-Id: Id994ab5aed6172d8a93fd331a366fca10a663a48
üst b60c4d86
...@@ -134,6 +134,9 @@ namespace ...@@ -134,6 +134,9 @@ namespace
using namespace connectivity; using namespace connectivity;
assert(SQL_ISRULE(pSubTree,column_ref)); assert(SQL_ISRULE(pSubTree,column_ref));
if(!rParam.xField.is())
return false;
// retrieve the field's name & table range // retrieve the field's name & table range
OUString aFieldName; OUString aFieldName;
try try
......
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