replace api.openoffice.org to api.libreoffice.org
This commit is contained in:
@@ -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
|
||||
|
@@ -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());
|
||||
|
Reference in New Issue
Block a user