From e39c75b05c9ff865768e7f2694e5369cc35aa23b Mon Sep 17 00:00:00 2001 From: dennisroczek Date: Mon, 2 Apr 2018 15:11:58 +0100 Subject: use https links for api.libreoffice.org and opengrok Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749 Reviewed-on: https://gerrit.libreoffice.org/52262 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- connectivity/source/drivers/firebird/Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source') diff --git a/connectivity/source/drivers/firebird/Driver.cxx b/connectivity/source/drivers/firebird/Driver.cxx index 5fd13a4c4ca9..8a6ebafdb897 100644 --- a/connectivity/source/drivers/firebird/Driver.cxx +++ b/connectivity/source/drivers/firebird/Driver.cxx @@ -219,7 +219,7 @@ Sequence< DriverPropertyInfo > SAL_CALL FirebirdDriver::getPropertyInfo( sal_Int32 SAL_CALL FirebirdDriver::getMajorVersion( ) { // The major and minor version are sdbc driver specific. Must begin with 1.0 - // as per http://api.libreoffice.org/docs/common/ref/com/sun/star/sdbc/XDriver.html + // as per https://api.libreoffice.org/docs/common/ref/com/sun/star/sdbc/XDriver.html return 1; } -- cgit