summaryrefslogtreecommitdiffstats
path: root/tools/source/fsys/wldcrd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/wldcrd.cxx')
-rw-r--r--tools/source/fsys/wldcrd.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/source/fsys/wldcrd.cxx b/tools/source/fsys/wldcrd.cxx
index c0750b7098b1..2ea29eedddeb 100644
--- a/tools/source/fsys/wldcrd.cxx
+++ b/tools/source/fsys/wldcrd.cxx
@@ -104,10 +104,7 @@ bool WildCard::Matches( const OUString& rString ) const
}
}
- if ( ImpMatch( aTmpWild.getStr(), aString.getStr() ) )
- return true;
- else
- return false;
+ return ImpMatch( aTmpWild.getStr(), aString.getStr() );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */