summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/document.hxx4
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;