office-gobmx/dbaccess
Lionel Elie Mamane 8b66c00a0c janitorial: simplify test expression without semantics change
The "sComposerFilter != m_sRowSetFilter" could not influence the result.
Proof.
 The right hand-side of the || is evaluated only when m_sRowSetFilter.isEmpty()
 So the only case where the removed test could have an influence is when
 m_sRowSetFilter.isEmpty().
 However, the right hand-side of the && is evaluated only when !sComposerFilter.isEmpty().
 We have m_sRowSetFilter.isEmpty() and !sComposerFilter.isEmpty().
 In particular, (sComposerFilter != m_sRowSetFilter) is true.
Qed.

Change-Id: I1484d78cf2d7a5e8ca44f382eb7c440c84d8c10e
2013-02-27 07:01:12 +01:00
..
inc Database: Add Limit in Query Desing View 2013-02-25 20:04:03 +00:00
prj
qa s/the the/the/ 2013-02-22 09:58:19 +02:00
source janitorial: simplify test expression without semantics change 2013-02-27 07:01:12 +01:00
uiconfig Database: Add Limit in Query Desing View 2013-02-25 20:04:03 +00:00
util Database: Add Limit in Query Desing View 2013-02-25 20:04:03 +00:00
win32/source/odbcconfig
AllLangResTarget_dba.mk
AllLangResTarget_dbmm.mk
AllLangResTarget_dbu.mk
AllLangResTarget_sdbt.mk
CppunitTest_dbaccess_macros_test.mk
Executable_odbcconfig.mk
JunitTest_dbaccess_complex.mk
JunitTest_dbaccess_unoapi.mk
Library_dba.mk
Library_dbaxml.mk
Library_dbmm.mk
Library_dbu.mk Database: Add Limit in Query Desing View 2013-02-25 20:04:03 +00:00
Library_sdbt.mk
Makefile
Module_dbaccess.mk
Package_inc.mk
Package_uiconfig.mk
README

Database access tools, for "base" database application