Kaydet (Commit) 3e884a85 authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

dba33d: merge after pulling the latest changes from CWS dba33b

...@@ -597,8 +597,8 @@ public class DBMetaData ...@@ -597,8 +597,8 @@ public class DBMetaData
public void getDataSourceInterfaces() throws Exception public void getDataSourceInterfaces() throws Exception
{ {
xCompleted = UnoRuntime.queryInterface(XCompletedConnection.class, getDataSource()); xCompleted = UnoRuntime.queryInterface( XCompletedConnection.class, getDataSource() );
xDataSourcePropertySet = UnoRuntime.queryInterface(XPropertySet.class, getDataSource()); xDataSourcePropertySet = UnoRuntime.queryInterface( XPropertySet.class, getDataSource() );
bPasswordIsRequired = ((Boolean) xDataSourcePropertySet.getPropertyValue("IsPasswordRequired")).booleanValue(); bPasswordIsRequired = ((Boolean) xDataSourcePropertySet.getPropertyValue("IsPasswordRequired")).booleanValue();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment