[Libreoffice-commits] core.git: javaunohelper/com

Thorsten Behrens Thorsten.Behrens at CIB.de
Mon Dec 21 09:29:04 PST 2015


 javaunohelper/com/sun/star/comp/helper/Bootstrap.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 77a202cbbf3735a6007ceb09f96f5e9258ef6df2
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Mon Dec 21 18:26:14 2015 +0100

    related tdf#86784: new API got backported to 5.1
    
    Change-Id: Id195e487a029424e490008915f0df513a32b22b0

diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index 263398f..2f9b0d4 100644
--- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
+++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
@@ -106,7 +106,7 @@ public class Bootstrap {
      *
      * @return an array of default commandline options
      * @see #bootstrap( String[] )
-     * @since LibreOffice 5.2
+     * @since LibreOffice 5.1
      */
     public static final String[] getDefaultOptions()
     {
@@ -289,7 +289,7 @@ public class Bootstrap {
      * @see #getDefaultOptions()
      * @return a bootstrapped component context.
      *
-     * @since LibreOffice 5.2
+     * @since LibreOffice 5.1
      */
     public static final XComponentContext bootstrap( String[] argArray )
         throws BootstrapException {


More information about the Libreoffice-commits mailing list