[Libreoffice-commits] .: extensions/qa odk/examples oox/inc qadevOOo/runner reportbuilder/java scripting/java unoxml/source xmerge/source

Andras Timar timar at kemper.freedesktop.org
Wed Sep 7 01:46:46 PDT 2011


 extensions/qa/integration/extensions/ServicesHandler.java                    |    2 +-
 odk/examples/java/Inspector/UnoNode.java                                     |    2 +-
 odk/examples/java/Spreadsheet/CalcAddins.java                                |    2 +-
 oox/inc/oox/ppt/slidetransition.hxx                                          |    2 +-
 qadevOOo/runner/convwatch/OfficePrint.java                                   |    2 +-
 qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java                   |    2 +-
 reportbuilder/java/com/sun/star/report/JobProgressIndicator.java             |    2 +-
 scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh |    4 ++--
 scripting/java/com/sun/star/script/framework/provider/javascript/template.js |    4 ++--
 unoxml/source/dom/document.hxx                                               |    4 ++--
 xmerge/source/bridge/java/XMergeBridge.java                                  |    2 +-
 11 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 3f62165fd45c714210491610bf89383918f3459e
Author: Andras Timar <atimar at suse.com>
Date:   Wed Sep 7 10:10:16 2011 +0200

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

diff --git a/extensions/qa/integration/extensions/ServicesHandler.java b/extensions/qa/integration/extensions/ServicesHandler.java
index 33bb699..caea932 100644
--- a/extensions/qa/integration/extensions/ServicesHandler.java
+++ b/extensions/qa/integration/extensions/ServicesHandler.java
@@ -66,7 +66,7 @@ public class ServicesHandler implements XPropertyHandler
             try
             {
                 // translate the service name into a URL to dispatch
-                String documentationURL = "http://api.openoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html";
+                String documentationURL = "http://api.libreoffice.org/docs/common/ref/" + m_serviceName.replace('.','/') + ".html";
                 System.out.println( documentationURL );
 
                 // the OpenHyperlink command, to be dispatched to the Desktop
diff --git a/odk/examples/java/Inspector/UnoNode.java b/odk/examples/java/Inspector/UnoNode.java
index 2bfaaf3..9a2958f 100644
--- a/odk/examples/java/Inspector/UnoNode.java
+++ b/odk/examples/java/Inspector/UnoNode.java
@@ -139,7 +139,7 @@ public class UnoNode{
         String sAnchor = ""; // TODO find out how the Anchor may be set at the html file;  //_sAnchor;
         boolean bExists = Introspector.getIntrospector().getXSimpleFileAccess().exists(sIDLUrl);
         if (sIDLUrl.equals("") || (!bExists)){
-            sIDLUrl = "http://api.openoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
+            sIDLUrl = "http://api.libreoffice.org/" + Inspector.sIDLDOCUMENTSUBFOLDER;
         }
         if (!sIDLUrl.endsWith("/")){
             sIDLUrl += "/";
diff --git a/odk/examples/java/Spreadsheet/CalcAddins.java b/odk/examples/java/Spreadsheet/CalcAddins.java
index 58de5d4..60a8a1b 100644
--- a/odk/examples/java/Spreadsheet/CalcAddins.java
+++ b/odk/examples/java/Spreadsheet/CalcAddins.java
@@ -36,7 +36,7 @@
 
 /** You can find more
  * information on the following web page:
- * http://api.openoffice.org/common/ref/com/sun/star/index.html
+ * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html
  */
 import com.sun.star.comp.loader.FactoryHelper;
 import com.sun.star.lang.XMultiServiceFactory;
diff --git a/oox/inc/oox/ppt/slidetransition.hxx b/oox/inc/oox/ppt/slidetransition.hxx
index 118ba17..9005b6f 100644
--- a/oox/inc/oox/ppt/slidetransition.hxx
+++ b/oox/inc/oox/ppt/slidetransition.hxx
@@ -70,7 +70,7 @@ namespace oox { namespace ppt {
         ::sal_Bool  mbTransitionDirectionNormal;
         ::sal_Int16 mnAnimationSpeed;
         ::sal_Int32 mnFadeColor;
-        ::sal_Bool  mbMode; /**< http://api.openoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */
+        ::sal_Bool  mbMode; /**< http://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */
         ::sal_Int32 mnAdvanceTime;
     };
 
diff --git a/qadevOOo/runner/convwatch/OfficePrint.java b/qadevOOo/runner/convwatch/OfficePrint.java
index c9a656a..8bf7f2c 100644
--- a/qadevOOo/runner/convwatch/OfficePrint.java
+++ b/qadevOOo/runner/convwatch/OfficePrint.java
@@ -615,7 +615,7 @@ public class OfficePrint {
                     }
 
                     // set property values for XPrintable.print()
-                    // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html"
+                    // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html"
 
                     // int nProperties = 1;                    // default for 'FileName' property
                     // if (_aGTA.printAllPages() == false)
diff --git a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
index 7111d5e..e498315 100644
--- a/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
+++ b/qadevOOo/runner/graphical/OpenOfficePostscriptCreator.java
@@ -583,7 +583,7 @@ public class OpenOfficePostscriptCreator implements IOffice
                     }
 
                     // set property values for XPrintable.print()
-                    // more can be found at "http://api.openoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html"
+                    // more can be found at "http://api.libreoffice.org/docs/common/ref/com/sun/star/view/PrintOptions.html"
 
                     // int nProperties = 1;                    // default for 'FileName' property
                     // if (_aGTA.printAllPages() == false)
diff --git a/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java b/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java
index 06066a2..b044f8a 100644
--- a/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java
+++ b/reportbuilder/java/com/sun/star/report/JobProgressIndicator.java
@@ -28,7 +28,7 @@ package com.sun.star.report;
 
 /**
  * Based on
- * http://api.openoffice.org/docs/common/ref/com/sun/star/task/XStatusIndicator.html
+ * http://api.libreoffice.org/docs/common/ref/com/sun/star/task/XStatusIndicator.html
  *
  * @author Thomas Morgner
  */
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 03cb114..236c5bc 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 d992791..cfc285f 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());
diff --git a/unoxml/source/dom/document.hxx b/unoxml/source/dom/document.hxx
index 7045603..5aa3fcf 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);
 
diff --git a/xmerge/source/bridge/java/XMergeBridge.java b/xmerge/source/bridge/java/XMergeBridge.java
index 9bcd469..ec5a471 100644
--- a/xmerge/source/bridge/java/XMergeBridge.java
+++ b/xmerge/source/bridge/java/XMergeBridge.java
@@ -27,7 +27,7 @@
 
 /** You can find more
  * information on the following web page:
- * http://api.openoffice.org/common/ref/com/sun/star/index.html
+ * http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html
  */
 
 


More information about the Libreoffice-commits mailing list