Files
core/dbaccess
Michael Weghorn 2476872b8f dbaccess: Use weld::CheckButton& when calling set_state()
The handler gets connected as follows in the SpecialSettingsPage
ctor:

    booleanSetting.xControl->connect_toggled(LINK(this, SpecialSettingsPage, OnTriStateToggleHdl));

The control is always a weld::CheckButton, so casting to
that is safe.

Do this in preparation of making the inconsistent
state specific to weld::CheckButton and dropping
weld::Toggleable::set_state in an upcoming commit.

Change-Id: I03106924f7bdebd90ddcad5fe4c8136d32b72c5a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187994
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
2025-07-18 07:06:38 +02:00
..

Database Access Tools for LibreOffice Base DB Apps

Database access tools, for base database application

Builds on top of drivers in connectivity.