javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c40c24e9ce333924952d6b1c643a4cc9a3f859af Author: Thorsten Behrens <[email protected]> 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 { _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
