mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-15 20:47:46 +00:00

... instead of trying to process it strict, falling back to smart
processing on error.
Similar change was implemented to SvxHyperlinkInternetTp in
commit 6b973753d4
. Trying to
parse it strict initially there resulted in wrong detection
of "generic" protocol in incomplete URLs missing scheme and
having port. This change simply unifies the code, no specific
behavior change intended.
Change-Id: I48ba4187a27644f42f3fd5a3b6cd77e55038cb0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128534
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Common User Interface (cui)
It was moved out from svx
in DEV300m68:
http://www.mail-archive.com/dev@openoffice.org/msg12925.html
It contains dialogs used by more than one application, e.g. paragraph properties.