summaryrefslogtreecommitdiffstats
path: root/regexp/inc/regexp/reclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'regexp/inc/regexp/reclass.hxx')
-rw-r--r--regexp/inc/regexp/reclass.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp/inc/regexp/reclass.hxx b/regexp/inc/regexp/reclass.hxx
index 4cb28197e429..cc9bf1d1ff3d 100644
--- a/regexp/inc/regexp/reclass.hxx
+++ b/regexp/inc/regexp/reclass.hxx
@@ -364,7 +364,7 @@ class REGEXP_DLLPUBLIC Regexpr
sal_Int32 arg2, sal_Unicode *end);
sal_Bool at_begline_loc_p(const sal_Unicode *local_pattern,
const sal_Unicode *p);
- sal_Bool at_endline_loc_p(const sal_Unicode *p, const sal_Unicode *pend);
+ sal_Bool at_endline_loc_p(const sal_Unicode *p);
reg_errcode_t compile_range(sal_Unicode range_begin, sal_Unicode range_end, sal_Unicode *b);
sal_Bool group_in_compile_stack(compile_stack_type compile_stack,
sal_uInt32 regnum);