summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/DirectoryHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/DirectoryHelper.java')
-rw-r--r--qadevOOo/runner/graphical/DirectoryHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/DirectoryHelper.java b/qadevOOo/runner/graphical/DirectoryHelper.java
index 2acb91154ae8..6ba7e6cdfdd6 100644
--- a/qadevOOo/runner/graphical/DirectoryHelper.java
+++ b/qadevOOo/runner/graphical/DirectoryHelper.java
@@ -99,7 +99,7 @@ public class DirectoryHelper
{
if ( aDirEntries[ i ].isDirectory() )
{
- if (m_bRecursiveIsAllowed == true)
+ if (m_bRecursiveIsAllowed)
{
// Recursive call for the new directory
traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter );