[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - javaunohelper/com
Thorsten Behrens
Thorsten.Behrens at CIB.de
Mon Dec 21 17:28:34 PST 2015
javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c40c24e9ce333924952d6b1c643a4cc9a3f859af
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date: Tue Dec 22 02:27:08 2015 +0100
related tdf#86784: fix since string for new API
Change-Id: I36185eb04864da497d3c3ebf3ddddfe95f732b36
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java
index 475b84b..17e0d6d 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 UDK 5.1.0
+ * @since LibreOffice 5.1
*/
public static final String[] getDefaultOptions()
{
@@ -289,7 +289,7 @@ public class Bootstrap {
* @see #getDefaultOptions()
* @return a bootstrapped component context.
*
- * @since UDK 5.1.0
+ * @since LibreOffice 5.1
*/
public static final XComponentContext bootstrap( String[] argArray )
throws BootstrapException {
More information about the Libreoffice-commits
mailing list