diff options
-rw-r--r-- | bean/com/sun/star/comp/beans/LocalOfficeConnection.java | 8 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/DocumentHelper.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/KeyGenerator.java | 2 |
3 files changed, 6 insertions, 6 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>] diff --git a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java index 173433499e28..7e4bfef23fc7 100644 --- a/odk/examples/DevelopersGuide/Forms/DocumentHelper.java +++ b/odk/examples/DevelopersGuide/Forms/DocumentHelper.java @@ -223,7 +223,7 @@ public class DocumentHelper /* ------------------------------------------------------------------ */ /** retrieves a com.sun.star.drawing.DrawPage of the document, denoted by index * @param index - * the index of the draw page<br/> + * the index of the draw page<br> * @throws * com.sun.star.lang.IndexOutOfBoundsException * com.sun.star.lang.WrappedTargetException diff --git a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java index 8b4c451873dc..0042b1c8e19c 100644 --- a/odk/examples/DevelopersGuide/Forms/KeyGenerator.java +++ b/odk/examples/DevelopersGuide/Forms/KeyGenerator.java @@ -51,7 +51,7 @@ class UniqueColumnValue /** 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 - 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> */ private String extractTableName( XPropertySet xForm ) throws com.sun.star.uno.Exception |