diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 11:58:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-20 12:14:46 +0100 |
commit | ce2147ec43c8116c801e9a83f81eea188c2a719e (patch) | |
tree | df1fc8359aeca05364ba4122924f83a55dbd2583 /regexp/inc | |
parent | b2ceee71bafac15c0401893f0475cbcf4164a9f6 (diff) |
Code clean up.
Diffstat (limited to 'regexp/inc')
-rw-r--r-- | regexp/inc/regexp/reclass.hxx | 2 |
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); |