summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/BorderRemover.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/BorderRemover.java')
-rw-r--r--qadevOOo/runner/convwatch/BorderRemover.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/convwatch/BorderRemover.java b/qadevOOo/runner/convwatch/BorderRemover.java
index af7ee46a99bc..dbd933b3ad35 100644
--- a/qadevOOo/runner/convwatch/BorderRemover.java
+++ b/qadevOOo/runner/convwatch/BorderRemover.java
@@ -26,10 +26,10 @@ import java.lang.reflect.Method;
class Rect
{
- private int x;
- private int y;
- private int w;
- private int h;
+ private final int x;
+ private final int y;
+ private final int w;
+ private final int h;
public Rect(int _x, int _y, int _w, int _h)
{