https://bugs.documentfoundation.org/show_bug.cgi?id=107457

--- Comment #6 from Alex Thurgood <[email protected]> ---
And possibly even this block, which seems to deal with quoting around the
column name to build the filter parameter string :

+        {
+            OUString colName;
+            xDetailField->getPropertyValue("RealName") >>= colName;
+            sFilter += quoteName( m_sIdentifierQuoteString, colName ) + " =
:";
+        }

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to