You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute @draw:concave of <draw:regular-polygon> does not have the datatype boolean, but only 'true' and 'false' as explicit values. Added method to assume in this case the datatype Boolean
Copy file name to clipboardExpand all lines: generator/schema2template/src/test/resources/test-reference/odf/generation/odfdom-java/odf-schema-1.0/org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -79,25 +79,25 @@ public OdfName getOdfName() {
79
79
*
80
80
* Attribute is mandatory.
81
81
*
82
-
* @return - the <code>String</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
82
+
* @return - the <code>Boolean</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
Copy file name to clipboardExpand all lines: generator/schema2template/src/test/resources/test-reference/odf/generation/odfdom-java/odf-schema-1.1/org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -106,25 +106,25 @@ public void setDrawCaptionIdAttribute(String drawCaptionIdValue) {
106
106
*
107
107
* Attribute is mandatory.
108
108
*
109
-
* @return - the <code>String</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
109
+
* @return - the <code>Boolean</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
Copy file name to clipboardExpand all lines: generator/schema2template/src/test/resources/test-reference/odf/generation/odfdom-java/odf-schema-1.2/org/odftoolkit/odfdom/dom/element/draw/DrawRegularPolygonElement.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -106,25 +106,25 @@ public void setDrawCaptionIdAttribute(String drawCaptionIdValue) {
106
106
*
107
107
* Attribute is mandatory.
108
108
*
109
-
* @return - the <code>String</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
109
+
* @return - the <code>Boolean</code> , the value or <code>null</code>, if the attribute is not set and no default value defined.
0 commit comments