From 6eeee04bad507a1194bac9709ce4f00322762477 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 10 Jan 2014 12:39:45 +0100 Subject: WildCard::ImpMatch should return bool Change-Id: Ib851cbe072bca0d594440cc28164e112d0fe37cb --- include/tools/wldcrd.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools/wldcrd.hxx') 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() -- cgit