summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ConfigurationRead.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ConfigurationRead.java')
-rw-r--r--qadevOOo/runner/helper/ConfigurationRead.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/ConfigurationRead.java b/qadevOOo/runner/helper/ConfigurationRead.java
index 30c8ee2d0c4b..5a3e476421dc 100644
--- a/qadevOOo/runner/helper/ConfigurationRead.java
+++ b/qadevOOo/runner/helper/ConfigurationRead.java
@@ -38,7 +38,7 @@ public class ConfigurationRead {
* "com.sun.star.configuration.ConfigurationProvider"
* @param rootnode The root of the configuration nodes.
*/
- public ConfigurationRead(XMultiServiceFactory xMSF, String rootnode) {
+ private ConfigurationRead(XMultiServiceFactory xMSF, String rootnode) {
PropertyValue [] nodeArgs = new PropertyValue [1];
PropertyValue nodepath = new PropertyValue();