summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DBTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DBTools.java')
-rw-r--r--qadevOOo/runner/util/DBTools.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 251406276cbf..43aa834cb1d7 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -163,7 +163,7 @@ public class DBTools {
* @param dataSource All source properties are copied into
* class fields.
*/
- public DataSourceInfo(Object dataSource) {
+ private DataSourceInfo(Object dataSource) {
XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, dataSource) ;
try {