mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-07 11:19:28 +00:00

... 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>