summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/FrameDsc.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/FrameDsc.java')
-rw-r--r--qadevOOo/runner/util/FrameDsc.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/FrameDsc.java b/qadevOOo/runner/util/FrameDsc.java
index 348cc8d5d3fb..644a2530c5e5 100644
--- a/qadevOOo/runner/util/FrameDsc.java
+++ b/qadevOOo/runner/util/FrameDsc.java
@@ -30,7 +30,6 @@ import com.sun.star.beans.XPropertySet;
*/
public class FrameDsc extends InstDescr {
- private Size size = null;
private int height = 2000;
private int width = 2000;
private String name = null;
@@ -77,7 +76,7 @@ public class FrameDsc extends InstDescr {
public XInterface createInstance( XMultiServiceFactory docMSF ) {
Object SrvObj = null;
- size = new Size();
+ Size size = new Size();
size.Height = height;
size.Width = width;