diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-10 23:37:18 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-11 13:47:40 +0100 |
commit | ee69514c847a61955e2d236199385403abe54e05 (patch) | |
tree | 04edb1743fca4e29b7706a9dd692b068509bd87f /bean | |
parent | 54da5514c3b9a180a081e9836741e3297f71da7d (diff) |
javadoc is HTML 4, not xhtml or html5, so <br/> is not allowed
Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9
Diffstat (limited to 'bean')
-rw-r--r-- | bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java index 12f14587eeaf..5c67e905a5f1 100644 --- a/bean/com/sun/star/comp/beans/LocalOfficeConnection.java +++ b/bean/com/sun/star/comp/beans/LocalOfficeConnection.java @@ -122,8 +122,8 @@ public class LocalOfficeConnection * Constructor. * Sets up paths to the office application and native libraries if * values are available in <code>OFFICE_PROP_FILE</code> in the user - * home directory.<br /> - * "com.sun.star.beans.path" - the office application directory;<br/> + * home directory.<br> + * "com.sun.star.beans.path" - the office application directory;<br> * "com.sun.star.beans.libpath" - native libraries directory. */ public LocalOfficeConnection() @@ -156,7 +156,7 @@ public class LocalOfficeConnection /** * Sets a connection URL. - * This implementation accepts a UNO URL with following format:<br /> + * This implementation accepts a UNO URL with following format:<br> * <pre> * url := uno:localoffice[,<params>];urp;StarOffice.ServiceManager * params := <path>[,<pipe>] @@ -457,7 +457,7 @@ public class LocalOfficeConnection /** * Parses a connection URL. - * This method accepts a UNO URL with following format:<br /> + * This method accepts a UNO URL with following format:<br> * <pre> * url := uno:localoffice[,<params>];urp;StarOffice.NamingService * params := <path>[,<pipe>] |