summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/convwatch/IniFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/IniFile.java')
-rw-r--r--qadevOOo/runner/convwatch/IniFile.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/IniFile.java b/qadevOOo/runner/convwatch/IniFile.java
index dc3b55a50774..1e7795d4abd5 100644
--- a/qadevOOo/runner/convwatch/IniFile.java
+++ b/qadevOOo/runner/convwatch/IniFile.java
@@ -179,7 +179,7 @@ class IniFile
continue;
}
- if (sLine.startsWith("[") /* && sLine.endsWith("]") */)
+ if (sLine.startsWith("["))
{
// found end.
break;
@@ -212,7 +212,7 @@ class IniFile
continue;
}
- if (sLine.startsWith("[") /* && sLine.endsWith("]") */)
+ if (sLine.startsWith("["))
{
// found end.
return j;