summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DrawTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DrawTools.java')
-rw-r--r--qadevOOo/runner/util/DrawTools.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/DrawTools.java b/qadevOOo/runner/util/DrawTools.java
index 842f34affee5..05c5551c117d 100644
--- a/qadevOOo/runner/util/DrawTools.java
+++ b/qadevOOo/runner/util/DrawTools.java
@@ -139,9 +139,7 @@ public class DrawTools {
* @param x the x-position of the shape
* @param y the y-position of the shape
* @param kind the kind of the shape ('Ellipse', 'Line' or 'Rectangle')
- * @return the created XShape
*/
-
public void addShape( XComponent oDoc, int height, int width, int x,
int y, String kind ) {