diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:36:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 03:36:29 +0000 |
commit | 805585db3e85eab61cf0c6fc7287d0f5472f76df (patch) | |
tree | 32e542316315353199b368e78dfe7628a0481b45 /sal/textenc/converter.h | |
parent | b4d02ee8c8f2a75e8f5a86ba4e22b1943f8a583c (diff) |
INTEGRATION: CWS warnings01 (1.5.12); FILE MERGED
2005/11/18 09:13:27 sb 1.5.12.1: #i53898# Made code warning-free (in some cases reverting previous attempts).
Diffstat (limited to 'sal/textenc/converter.h')
-rw-r--r-- | sal/textenc/converter.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/sal/textenc/converter.h b/sal/textenc/converter.h index 2cbd2362c3d3..40f23a0d41e5 100644 --- a/sal/textenc/converter.h +++ b/sal/textenc/converter.h @@ -4,9 +4,9 @@ * * $RCSfile: converter.h,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:29:45 $ + * last change: $Author: hr $ $Date: 2006-06-20 04:36:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,18 +44,6 @@ extern "C" { #endif /* __cpluscplus */ -sal_Bool ImplIsNoncharacter(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - -sal_Bool ImplIsControlOrFormat(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - -sal_Bool ImplIsPrivateUse(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - -sal_Bool ImplIsHighSurrogate(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - -sal_Bool ImplIsLowSurrogate(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - -sal_Bool ImplIsZeroWidth(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C(); - typedef enum { IMPL_BAD_INPUT_STOP, |