Files
core/svx/source/inc
Michael Weghorn 98df0c4bd3 svx: Switch FindTextFieldControl parent param to ToolBox
... instead of the more generic vcl::Window.
This makes it clearer that the parent always has to
be a ToolBox.

This is already assumed elsehwere, e.g. in
FindTextFieldControl::ActivateFind, where a
a static_cast<ToolBox*> is done.

Change-Id: Id0c54b466ea7fc59c566e6eef6d8601281578d51
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182370
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2025-02-28 22:10:51 +01:00
..