diff options
author | Andras Timar <atimar@suse.com> | 2011-09-07 10:10:16 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-07 10:27:56 +0200 |
commit | 3f62165fd45c714210491610bf89383918f3459e (patch) | |
tree | 25b427a82560dcd129206b114b11519acccd066d /unoxml/source | |
parent | 15cbe38e85124f449d536717c81da4071978e50f (diff) |
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'unoxml/source')
-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 7045603b06d6..5aa3fcf31e77 100644 --- a/unoxml/source/dom/document.hxx +++ b/unoxml/source/dom/document.hxx @@ -248,14 +248,14 @@ namespace DOM virtual Reference< XEvent > SAL_CALL createEvent(const OUString& eventType) throw (RuntimeException); // XActiveDataControl, - // see http://api.openoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html + // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataControl.html virtual void SAL_CALL addListener(const Reference< XStreamListener >& aListener ) throw (RuntimeException); virtual void SAL_CALL removeListener(const Reference< XStreamListener >& aListener ) throw (RuntimeException); virtual void SAL_CALL start() throw (RuntimeException); virtual void SAL_CALL terminate() throw (RuntimeException); // XActiveDataSource - // see http://api.openoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html + // see http://api.libreoffice.org/docs/common/ref/com/sun/star/io/XActiveDataSource.html virtual void SAL_CALL setOutputStream( const Reference< XOutputStream >& aStream ) throw (RuntimeException); virtual Reference< XOutputStream > SAL_CALL getOutputStream() throw (RuntimeException); |