Re: (openoffice) branch trunk updated: The HTML tag ended with HTML 4, and newer versions of javadoc (Java 17's at least) support HTML 5 tags only. Use instead.

2023-10-31 Thread Matthias Seidel

Hi Damjan,

Am 29.10.23 um 16:44 schrieb dam...@apache.org:

This is an automated email from the ASF dual-hosted git repository.

damjan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
  new 872b251390 The  HTML tag ended with HTML 4, and newer versions of 
javadoc (Java 17's at least) support HTML 5 tags only. Use  instead.


This seems to break our buildbot (with Java 8) in module ODK:

https://ci2.apache.org/#/builders/58/builds/689

Regards,

   Matthias


872b251390 is described below

commit 872b2513907e4389be70e2d9b563f47e0d2c5a9f
Author: Damjan Jovanovic 
AuthorDate: Sun Oct 29 17:42:38 2023 +0200

 The  HTML tag ended with HTML 4, and newer versions of javadoc
 (Java 17's at least) support HTML 5 tags only. Use  instead.
 
 Patch by: me

---
  .../star/lib/uno/helper/InterfaceContainer.java| 46 +++---
  1 file changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/main/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java 
b/main/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
index 1fe5cb..9f362fb013 100644
--- a/main/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
+++ b/main/javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer.java
@@ -127,9 +127,9 @@ public class InterfaceContainer implements Cloneable
  }
  
  /**

- * Trims the capacity of this ArrayList instance to be the
+ * Trims the capacity of this ArrayList instance to be the
   * list's current size.  An application can use this operation to minimize
- * the storage of an ArrayList instance.
+ * the storage of an ArrayList instance.
   */
  synchronized public void trimToSize()
  {
@@ -143,7 +143,7 @@ public class InterfaceContainer implements Cloneable
  }
  
  /**

- * Increases the capacity of this ArrayList instance, if
+ * Increases the capacity of this ArrayList instance, if
   * necessary, to ensure  that it can hold at least the number of elements
   * specified by the minimum capacity argument.
   *
@@ -167,7 +167,7 @@ public class InterfaceContainer implements Cloneable
   * Appends the specified element to the end of this list.
   *
   * @param o element to be appended to this list.
- * @return true (as per the general contract of Collection.add).
+ * @return true (as per the general contract of Collection.add).
   */
  synchronized public boolean add(Object o)
  {
@@ -189,7 +189,7 @@ public class InterfaceContainer implements Cloneable
   * @param index index at which the specified element is to be inserted.
   * @param element element to be inserted.
   * @throwsIndexOutOfBoundsException if index is out of range
- *   (index  0 || index  size()).
+ *   (index  0 || index  size()).
   */
  synchronized public void add(int index, Object element)
  {
@@ -218,8 +218,8 @@ public class InterfaceContainer implements Cloneable
   * list is nonempty.)
   *
   * @param c the elements to be inserted into this list.
- * @throwsIndexOutOfBoundsException if index out of range (index
- *0 || index  size()).
+ * @throwsIndexOutOfBoundsException if index out of range (index
+ *0 || index  size()).
   */
  synchronized public boolean addAll(Collection c)
  {
@@ -246,8 +246,8 @@ public class InterfaceContainer implements Cloneable
   * @param index index at which to insert first element
   *from the specified collection.
   * @param c elements to be inserted into this list.
- * @throwsIndexOutOfBoundsException if index out of range (index
- *0 || index  size()).
+ * @throwsIndexOutOfBoundsException if index out of range (index
+ *0 || index  size()).
   */
  synchronized public boolean addAll(int index, Collection c)
  {
@@ -302,7 +302,7 @@ public class InterfaceContainer implements Cloneable
  }
  }
  /**
- * Returns true if this list contains the specified element.
+ * Returns true if this list contains the specified element.
   *
   * @param elem element whose presence in this List is to be tested.
   */
@@ -334,8 +334,8 @@ public class InterfaceContainer implements Cloneable
   *
   * @param  index index of element to return.
   * @return the element at the specified position in this list.
- * @throwsIndexOutOfBoundsException if index is out of range (index
- *0 || index = size()).
+ * @throwsIndexOutOfBoundsException if index is out of range 
(index
+ *0 || index = size()).
   */
  synchronized public Object get(int index)
  {
@@ -349,11 +349,11 @@ public class 

Re: [PR] Update Presentation wizard for wide screen formats [openoffice]

2023-10-31 Thread via GitHub


Pilot-Pirx commented on PR #180:
URL: https://github.com/apache/openoffice/pull/180#issuecomment-1787441214

   Feel free to enhance the preview after this PR is merged! ;-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: [PR] Update Presentation wizard for wide screen formats [openoffice]

2023-10-31 Thread via GitHub


pedlino commented on PR #180:
URL: https://github.com/apache/openoffice/pull/180#issuecomment-1787310084

   > I am just doing a Windows build (en-US) and will post the link to the 
binary here:
   
   Tested. Works perfectly (except for the Preview, which didn't work anyway). 
Excellent "new" feature that was really missing in AOO!
   Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org