replace api.openoffice.org to api.libreoffice.org

This commit is contained in:
Andras Timar
2011-09-07 10:10:16 +02:00
parent 15cbe38e85
commit 3f62165fd4
11 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
these classes and the OpenOffice.org API, see the OpenOffice.org
Developers Guide at:
http://api.openoffice.org/
http://api.libreoffice.org/
*/
import com.sun.star.uno.UnoRuntime;
@@ -27,7 +27,7 @@ import com.sun.star.frame.XModel;
For more information on using this class see the scripting
developer guides at:
http://api.openoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
*/
// Hello World in BeanShell

View File

@@ -2,7 +2,7 @@
// Import standard OpenOffice.org API classes. For more information on
// these classes and the OpenOffice.org API, see the OpenOffice.org
// Developers Guide at:
// http://api.openoffice.org/
// http://api.libreoffice.org/
importClass(Packages.com.sun.star.uno.UnoRuntime);
importClass(Packages.com.sun.star.text.XTextDocument);
@@ -25,7 +25,7 @@ importClass(Packages.com.sun.star.frame.XModel);
// For more information on using this class see the scripting
// developer guides at:
//
// http://api.openoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
// http://api.libreoffice.org/docs/DevelopersGuide/ScriptingFramework/ScriptingFramework.xhtml
//
oDoc = UnoRuntime.queryInterface(XModel,XSCRIPTCONTEXT.getInvocationContext());