summaryrefslogtreecommitdiffstats
path: root/bean
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-10 23:37:18 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-03-11 13:47:40 +0100
commitee69514c847a61955e2d236199385403abe54e05 (patch)
tree04edb1743fca4e29b7706a9dd692b068509bd87f /bean
parentLooks like no need to instantiate PresenterCanvas via service manager (diff)
downloadcore-ee69514c847a61955e2d236199385403abe54e05.tar.gz
core-ee69514c847a61955e2d236199385403abe54e05.zip
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.java8
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[,&lt;params&gt;];urp;StarOffice.ServiceManager
* params := &lt;path&gt;[,&lt;pipe&gt;]
@@ -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[,&lt;params&gt;];urp;StarOffice.NamingService
* params := &lt;path&gt;[,&lt;pipe&gt;]