summaryrefslogtreecommitdiff
path: root/l10ntools/source/filter/utils/ConfigHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/filter/utils/ConfigHelper.java')
-rw-r--r--l10ntools/source/filter/utils/ConfigHelper.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/filter/utils/ConfigHelper.java b/l10ntools/source/filter/utils/ConfigHelper.java
index a357b36fc5d1..af70ef99b731 100644
--- a/l10ntools/source/filter/utils/ConfigHelper.java
+++ b/l10ntools/source/filter/utils/ConfigHelper.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
@@ -176,7 +176,7 @@ public class ConfigHelper extends java.util.Properties
throw new java.util.NoSuchElementException("The requested config value \""+sProp+"\" does not exists!");
return new java.lang.Boolean(sValue).booleanValue();
}
-
+
public synchronized boolean getBoolean(java.lang.String sProp ,
boolean bDefault)
{