related tdf#86784: new API got backported to 5.1

Change-Id: Id195e487a029424e490008915f0df513a32b22b0
This commit is contained in:
Thorsten Behrens
2015-12-21 18:26:14 +01:00
parent e0fd10bc42
commit 77a202cbbf

View File

@@ -106,7 +106,7 @@ public class Bootstrap {
* *
* @return an array of default commandline options * @return an array of default commandline options
* @see #bootstrap( String[] ) * @see #bootstrap( String[] )
* @since LibreOffice 5.2 * @since LibreOffice 5.1
*/ */
public static final String[] getDefaultOptions() public static final String[] getDefaultOptions()
{ {
@@ -289,7 +289,7 @@ public class Bootstrap {
* @see #getDefaultOptions() * @see #getDefaultOptions()
* @return a bootstrapped component context. * @return a bootstrapped component context.
* *
* @since LibreOffice 5.2 * @since LibreOffice 5.1
*/ */
public static final XComponentContext bootstrap( String[] argArray ) public static final XComponentContext bootstrap( String[] argArray )
throws BootstrapException { throws BootstrapException {