office-gobmx/forms
Noel Grandin 5708534b94 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW
Since the previous call would throw if there was nothing to be assigned
to the value.

Idea from tml.

Used the following script to find places:

    git grep -A3 -n UNO_QUERY_THROW | grep -B3 -F 'is()'

Change-Id: I36ba7b00bcd014bdf16c0455ab91056f82194969
Reviewed-on: https://gerrit.libreoffice.org/55417
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-06-08 01:29:32 +02:00
..
inc
qa
source look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW 2018-06-08 01:29:32 +02:00
util
workben/xforms
AllLangMoTarget_frm.mk
JunitTest_forms_complex.mk
JunitTest_forms_unoapi_1.mk
JunitTest_forms_unoapi_2.mk
JunitTest_forms_unoapi_3.mk
JunitTest_forms_unoapi_4.mk
Library_frm.mk
Makefile
Module_forms.mk
README

Embedded forms control and pieces (design forms in documents, fields and database driven).