diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 05:09:57 +0000 |
commit | 52d2fe2dd352dd785678a80cfafb122833cc065c (patch) | |
tree | 5261ca476e614d5bb9d86bec28b88bbb1d09ba0c /package | |
parent | e012535d41bdf9122663b81226e9e16faba9a323 (diff) |
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/11/01 17:10:15 cd 1.3.4.1: #i53898# Warning free code for sun sparc compiler
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/ImplValidCharacters.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/inc/ImplValidCharacters.hxx b/package/inc/ImplValidCharacters.hxx index 92a5d6e7beec..94bf4dc01f1c 100644 --- a/package/inc/ImplValidCharacters.hxx +++ b/package/inc/ImplValidCharacters.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ImplValidCharacters.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:56:27 $ + * last change: $Author: hr $ $Date: 2006-06-20 06:09:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,6 @@ static sal_Bool Impl_IsValidChar ( const sal_Unicode *pChar, sal_Int16 nLength, case '|': case ':': return sal_False; - break; case '/': if ( !bSlashAllowed ) return sal_False; |