Kaydet (Commit) 97453f1e authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Another bug.

üst 5f31abed
......@@ -1629,7 +1629,7 @@ static void lcl_PrepareQuery( ScDocument* pDoc, ScTable* pTab, ScQueryParam& rPa
{
// TODO: adapt this for multi-query items.
ScQueryEntry::Item& rItem = rEntry.GetQueryItem();
if (rItem.meType != ScQueryEntry::ByString)
if (rItem.meType == ScQueryEntry::ByString)
{
sal_uInt32 nIndex = 0;
bool bNumber = pDoc->GetFormatTable()->
......
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