summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 13:27:24 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2009-12-11 13:27:24 +0100
commit3e884a851e8c8cd2ad8606f9a36acf326fd88b0d (patch)
treecc5606d87ed331b3026528a71a4912007682803d /wizards
parentfd5d46a152bd47f71ee2662700a321a4e61bc269 (diff)
parente059b25962faa913b7df53f33af0ef00b685fb25 (diff)
dba33d: merge after pulling the latest changes from CWS dba33b
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/db/DBMetaData.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/db/DBMetaData.java b/wizards/com/sun/star/wizards/db/DBMetaData.java
index 3cdfe9da3433..59f63afed114 100644
--- a/wizards/com/sun/star/wizards/db/DBMetaData.java
+++ b/wizards/com/sun/star/wizards/db/DBMetaData.java
@@ -597,8 +597,8 @@ public class DBMetaData
public void getDataSourceInterfaces() throws Exception
{
- xCompleted = UnoRuntime.queryInterface(XCompletedConnection.class, getDataSource());
- xDataSourcePropertySet = UnoRuntime.queryInterface(XPropertySet.class, getDataSource());
+ xCompleted = UnoRuntime.queryInterface( XCompletedConnection.class, getDataSource() );
+ xDataSourcePropertySet = UnoRuntime.queryInterface( XPropertySet.class, getDataSource() );
bPasswordIsRequired = ((Boolean) xDataSourcePropertySet.getPropertyValue("IsPasswordRequired")).booleanValue();
}