From 3f62165fd45c714210491610bf89383918f3459e Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Sep 2011 10:10:16 +0200 Subject: replace api.openoffice.org to api.libreoffice.org --- .../com/sun/star/script/framework/provider/beanshell/template.bsh | 4 ++-- .../com/sun/star/script/framework/provider/javascript/template.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scripting') diff --git a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh index 03cb114d79b7..236c5bc3299f 100755 --- a/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh +++ b/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh @@ -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 diff --git a/scripting/java/com/sun/star/script/framework/provider/javascript/template.js b/scripting/java/com/sun/star/script/framework/provider/javascript/template.js index d992791e647c..cfc285fe7e17 100755 --- a/scripting/java/com/sun/star/script/framework/provider/javascript/template.js +++ b/scripting/java/com/sun/star/script/framework/provider/javascript/template.js @@ -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()); -- cgit