From af74913da2b63857a248ac8fc4fa438b7a8663ec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Mar 2016 10:59:06 +0200 Subject: loplugin:constantparams in ucb Change-Id: I6b925336b13404ccf0f78f194bd3488a22f99b97 --- ucb/source/inc/regexp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/source/inc/regexp.hxx') diff --git a/ucb/source/inc/regexp.hxx b/ucb/source/inc/regexp.hxx index e04120b47c56..18b09a36393f 100644 --- a/ucb/source/inc/regexp.hxx +++ b/ucb/source/inc/regexp.hxx @@ -45,7 +45,7 @@ public: bool matches(OUString const & rString, OUString * pTranslation, bool * pTranslated) const; - OUString getRegexp(bool bReverse) const; + OUString getRegexp() const; static Regexp parse(OUString const & rRegexp); -- cgit v1.2.3