diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:51:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:51:19 +0000 |
commit | d1f322f3bfda6b510ffd042f753561a47b2066a6 (patch) | |
tree | 59a59f828633ac3b396c169daef18958642fe07b /regexp/source | |
parent | 1c1ef2a931dab164eae92e635f8aa3381f546705 (diff) |
INTEGRATION: CWS warnings01 (1.2.82); FILE MERGED
2005/10/24 18:23:12 nn 1.2.82.2: #i53898# warning-free code
2005/09/01 15:30:12 er 1.2.82.1: #i53898# warning free
Diffstat (limited to 'regexp/source')
-rw-r--r-- | regexp/source/reclass.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regexp/source/reclass.hxx b/regexp/source/reclass.hxx index ad1e3e3dffb9..e97c87019341 100644 --- a/regexp/source/reclass.hxx +++ b/regexp/source/reclass.hxx @@ -365,12 +365,12 @@ class Regexpr sal_Unicode *end); void insert_op2(re_opcode_t op, sal_Unicode *loc, sal_Int32 arg1, sal_Int32 arg2, sal_Unicode *end); - sal_Bool at_begline_loc_p(const sal_Unicode *pattern, + 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); 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_Int32 regnum); + sal_uInt32 regnum); sal_Int32 re_match2(struct re_registers *regs, sal_Int32 pos, sal_Int32 range); sal_Bool iswordbegin(const sal_Unicode *d, sal_Unicode *string, sal_Int32 ssize); |