summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-07 10:10:16 +0200
committerAndras Timar <atimar@suse.com>2011-09-07 10:27:56 +0200
commit3f62165fd45c714210491610bf89383918f3459e (patch)
tree25b427a82560dcd129206b114b11519acccd066d /scripting
parent15cbe38e85124f449d536717c81da4071978e50f (diff)
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'scripting')
-rwxr-xr-xscripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh4
-rwxr-xr-xscripting/java/com/sun/star/script/framework/provider/javascript/template.js4
2 files changed, 4 insertions, 4 deletions
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());