summaryrefslogtreecommitdiff
path: root/ucb/source/inc/regexp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/inc/regexp.hxx')
-rw-r--r--ucb/source/inc/regexp.hxx2
1 files changed, 1 insertions, 1 deletions
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);