summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/TableDsc.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/TableDsc.java')
-rw-r--r--qadevOOo/runner/util/TableDsc.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/util/TableDsc.java b/qadevOOo/runner/util/TableDsc.java
index d933bc0cb041..bd00c51cb490 100644
--- a/qadevOOo/runner/util/TableDsc.java
+++ b/qadevOOo/runner/util/TableDsc.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -85,8 +85,8 @@ public class TableDsc extends InstDescr {
XTextTable TT = (XTextTable)UnoRuntime.queryInterface(
ifcClass, SrvObj );
-
- if ( rows > 0 && columns > 0 ) {
+
+ if ( rows > 0 && columns > 0 ) {
TT.initialize( rows, columns );
}