office-gobmx/svtools
Noel Grandin 054c0e7177 loplugin:simplifypointertobool improve
to look for the
    x.get() != null
pattern, which can be simplified to
    x

I'll do the
   x.get() == nullptr
pattern in a separate patch, to reduce the chances of a mistake

Change-Id: I45e0d178e75359857cdf50d712039cb526016555
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95354
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-03 10:51:57 +02:00
..
inc compact namespace in svtools 2020-05-10 07:53:55 +02:00
langsupport
qa fix make screenshot breakage 2020-04-26 16:36:35 +02:00
source loplugin:simplifypointertobool improve 2020-06-03 10:51:57 +02:00
uiconfig/ui weld ListBoxControl 2020-04-23 14:18:43 +02:00
util
AllLangMoTarget_svt.mk
CppunitTest_svtools_dialogs_test.mk
CppunitTest_svtools_graphic.mk
CppunitTest_svtools_html.mk
Executable_langsupport.mk
IwyuFilter_svtools.yaml
JunitTest_svtools_unoapi.mk
Library_svt.mk move InterimItemWindow to vcl 2020-05-22 13:27:41 +02:00
Makefile
Module_svtools.mk
README
UIConfig_svt.mk weld ListBoxControl 2020-04-23 14:18:43 +02:00

Tools on top of VCL. Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.