summaryrefslogtreecommitdiff
path: root/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/qa/connectivity/tools/HsqlTableDescriptor.java')
-rw-r--r--connectivity/qa/connectivity/tools/HsqlTableDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java b/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java
index dcda754f8b8c..b4d1f656dc4a 100644
--- a/connectivity/qa/connectivity/tools/HsqlTableDescriptor.java
+++ b/connectivity/qa/connectivity/tools/HsqlTableDescriptor.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
@@ -75,7 +75,7 @@ public class HsqlTableDescriptor
tableDesc.setPropertyValue( "Name", getName() );
}
catch ( Exception e ) { e.printStackTrace( System.err ); }
-
+
XColumnsSupplier suppDescCols = UnoRuntime.queryInterface( XColumnsSupplier.class, tableDesc );
XNameAccess descColumns = suppDescCols.getColumns();