summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-03 13:42:55 +0200
committerNoel Grandin <noel@peralex.com>2013-05-06 11:45:44 +0200
commit422474a87616c685a9e0332f39a9171c4001615e (patch)
tree0ce6ec54a5d4279f139095e680fb0d87784a967e /testtools
parentb9cd66b970a2b76d6f07ead71b9df7a9232ff5af (diff)
fix typo
Change-Id: I785c022c9f38eb54ba27fd76bb032f5fa7f34b63
Diffstat (limited to 'testtools')
-rw-r--r--testtools/com/sun/star/comp/bridge/TestComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/com/sun/star/comp/bridge/TestComponent.java b/testtools/com/sun/star/comp/bridge/TestComponent.java
index 37e6f994721a..211333c785e7 100644
--- a/testtools/com/sun/star/comp/bridge/TestComponent.java
+++ b/testtools/com/sun/star/comp/bridge/TestComponent.java
@@ -104,7 +104,7 @@ public class TestComponent {
}
public void setFloat_attr( float _float_attr ) throws com.sun.star.uno.RuntimeException {
- _float = _float;
+ _float = _float_attr;
}
public double getDouble_attr() throws com.sun.star.uno.RuntimeException {