diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 12:39:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-10 17:11:49 +0100 |
commit | 6eeee04bad507a1194bac9709ce4f00322762477 (patch) | |
tree | 7f6ab6d935b745c9ba0e2811a3bb427f29deaff9 /include/tools/wldcrd.hxx | |
parent | fd30e4a17a0dada462ae6024e6b21459418cba48 (diff) |
WildCard::ImpMatch should return bool
Change-Id: Ib851cbe072bca0d594440cc28164e112d0fe37cb
Diffstat (limited to 'include/tools/wldcrd.hxx')
-rw-r--r-- | include/tools/wldcrd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/wldcrd.hxx b/include/tools/wldcrd.hxx index 6c462807fbc5..e219edbed779 100644 --- a/include/tools/wldcrd.hxx +++ b/include/tools/wldcrd.hxx @@ -29,7 +29,7 @@ private: OString aWildString; char cSepSymbol; - sal_uInt16 ImpMatch( const char *pWild, const char *pStr ) const; + bool ImpMatch( const char *pWild, const char *pStr ) const; public: WildCard() |