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 --- unoxml/source/dom/document.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml') diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx index 85c82cf17099..a7f36c7997de 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -212,14 +212,14 @@ namespace DOM virtual css::uno::Reference< css::xml::dom::events::XEvent > SAL_CALL createEvent(const OUString& eventType) override; // XActiveDataControl, - // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html + // see https://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html virtual void SAL_CALL addListener(const css::uno::Reference< css::io::XStreamListener >& aListener ) override; virtual void SAL_CALL removeListener(const css::uno::Reference< css::io::XStreamListener >& aListener ) override; virtual void SAL_CALL start() override; virtual void SAL_CALL terminate() override; // XActiveDataSource - // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html + // see https://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html virtual void SAL_CALL setOutputStream( const css::uno::Reference< css::io::XOutputStream >& aStream ) override; virtual css::uno::Reference< css::io::XOutputStream > SAL_CALL getOutputStream() override; -- cgit