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

janitorial: save one object

Change-Id: I52b7d8204bb2d34639dea544833318fe86a5ddcf
üst 0c878187
......@@ -1641,9 +1641,7 @@ void getColumnPositions(const Reference<XNameAccess>& _rxQueryColumns,
const OUString* pTblColumnIter = _aColumnNames.getConstArray();
const OUString* pTblColumnEnd = pTblColumnIter + _aColumnNames.getLength();
::comphelper::UStringMixLess aTmp(o_rColumnNames.key_comp());
::comphelper::UStringMixEqual bCase(aTmp.isCaseSensitive());
::comphelper::UStringMixEqual bCase(o_rColumnNames.key_comp().isCaseSensitive());
for(sal_Int32 nPos = 1;pSelIter != pSelEnd;++pSelIter,++nPos)
{
......
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