Kaydet (Commit) ee69514c authored tarafından Christian Lohmaier's avatar Christian Lohmaier

javadoc is HTML 4, not xhtml or html5, so <br/> is not allowed

Change-Id: I0da91e0f6cb7fca09cb5ae08f6d3ef13829653d9
üst 54da5514
...@@ -122,8 +122,8 @@ public class LocalOfficeConnection ...@@ -122,8 +122,8 @@ public class LocalOfficeConnection
* Constructor. * Constructor.
* Sets up paths to the office application and native libraries if * Sets up paths to the office application and native libraries if
* values are available in <code>OFFICE_PROP_FILE</code> in the user * values are available in <code>OFFICE_PROP_FILE</code> in the user
* home directory.<br /> * home directory.<br>
* "com.sun.star.beans.path" - the office application directory;<br/> * "com.sun.star.beans.path" - the office application directory;<br>
* "com.sun.star.beans.libpath" - native libraries directory. * "com.sun.star.beans.libpath" - native libraries directory.
*/ */
public LocalOfficeConnection() public LocalOfficeConnection()
...@@ -156,7 +156,7 @@ public class LocalOfficeConnection ...@@ -156,7 +156,7 @@ public class LocalOfficeConnection
/** /**
* Sets a connection URL. * 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> * <pre>
* url := uno:localoffice[,&lt;params&gt;];urp;StarOffice.ServiceManager * url := uno:localoffice[,&lt;params&gt;];urp;StarOffice.ServiceManager
* params := &lt;path&gt;[,&lt;pipe&gt;] * params := &lt;path&gt;[,&lt;pipe&gt;]
...@@ -457,7 +457,7 @@ public class LocalOfficeConnection ...@@ -457,7 +457,7 @@ public class LocalOfficeConnection
/** /**
* Parses a connection URL. * 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> * <pre>
* url := uno:localoffice[,&lt;params&gt;];urp;StarOffice.NamingService * url := uno:localoffice[,&lt;params&gt;];urp;StarOffice.NamingService
* params := &lt;path&gt;[,&lt;pipe&gt;] * params := &lt;path&gt;[,&lt;pipe&gt;]
......
...@@ -223,7 +223,7 @@ public class DocumentHelper ...@@ -223,7 +223,7 @@ public class DocumentHelper
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
/** retrieves a com.sun.star.drawing.DrawPage of the document, denoted by index /** retrieves a com.sun.star.drawing.DrawPage of the document, denoted by index
* @param index * @param index
* the index of the draw page<br/> * the index of the draw page<br>
* @throws * @throws
* com.sun.star.lang.IndexOutOfBoundsException * com.sun.star.lang.IndexOutOfBoundsException
* com.sun.star.lang.WrappedTargetException * com.sun.star.lang.WrappedTargetException
......
...@@ -51,7 +51,7 @@ class UniqueColumnValue ...@@ -51,7 +51,7 @@ class UniqueColumnValue
/** extracts the name of the table a form is based on. /** extracts the name of the table a form is based on.
<p>This method works for forms based directly on tables, and for forms based on statements, which <p>This method works for forms based directly on tables, and for forms based on statements, which
themself are based on one table.<br/> themself are based on one table.<br>
Everything else (especially forms based on queries) is not yet implemented.</p> Everything else (especially forms based on queries) is not yet implemented.</p>
*/ */
private String extractTableName( XPropertySet xForm ) throws com.sun.star.uno.Exception private String extractTableName( XPropertySet xForm ) throws com.sun.star.uno.Exception
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment