summaryrefslogtreecommitdiff
path: root/package/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:09:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 05:09:57 +0000
commit52d2fe2dd352dd785678a80cfafb122833cc065c (patch)
tree5261ca476e614d5bb9d86bec28b88bbb1d09ba0c /package/inc
parente012535d41bdf9122663b81226e9e16faba9a323 (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/inc')
-rw-r--r--package/inc/ImplValidCharacters.hxx5
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;