loplugin:stringconstant
Change-Id: Id5a07591a1d3a7264a0a979f25e8c2c859ec0492 Reviewed-on: https://gerrit.libreoffice.org/19767 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
430875de5c
commit
18ce0560aa
@@ -2314,7 +2314,7 @@ bool ORowSet::impl_initComposer_throw( OUString& _out_rCommandToExecute )
|
||||
// don't simply overwrite an existent filter, this would lead to problems if this existent
|
||||
// filter contains parameters (since a keyset may add parameters itself)
|
||||
m_xComposer->setElementaryQuery( m_xComposer->getQuery( ) );
|
||||
m_xComposer->setFilter( OUString("0 = 1" ) );
|
||||
m_xComposer->setFilter( "0 = 1" );
|
||||
}
|
||||
|
||||
m_xComposer->setOrder( m_aOrder );
|
||||
|
Reference in New Issue
Block a user