diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2018-04-02 15:11:58 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-02 22:25:53 +0200 |
commit | e39c75b05c9ff865768e7f2694e5369cc35aa23b (patch) | |
tree | 5c1a1e759d22354c2964b86c78da564d866af639 /unoxml | |
parent | 91af9a53df79d256dc6a02c900fa570fe10d63ad (diff) |
use https links for api.libreoffice.org and opengrok
Change-Id: I74dd0142562cb8698f19b2715fa1d514f82bd749
Reviewed-on: https://gerrit.libreoffice.org/52262
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/document.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |