Kaydet (Commit) 34063e35 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: I805b898faaae631d047ec82e7139c6d6ccaea3b1
üst 0ff379fa
...@@ -505,7 +505,6 @@ Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows ...@@ -505,7 +505,6 @@ Sequence< sal_Int32 > SAL_CALL OKeySet::deleteRows( const Sequence< Any >& rows
const Any* pBegin = rows.getConstArray(); const Any* pBegin = rows.getConstArray();
const Any* pEnd = pBegin + rows.getLength(); const Any* pEnd = pBegin + rows.getLength();
Sequence< Any > aKeys;
for(;pBegin != pEnd;++pBegin) for(;pBegin != pEnd;++pBegin)
{ {
aSql.append(sCon + aOr); aSql.append(sCon + aOr);
......
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