From d1f322f3bfda6b510ffd042f753561a47b2066a6 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 04:51:19 +0000 Subject: 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 --- regexp/source/reclass.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regexp') 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); -- cgit