summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:36:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 03:36:29 +0000
commit85b90b8d7ca309dcdfe96e6b8784ad1c3e99a6b4 (patch)
tree88c56aec3beca157b2cd71d8e1f6bb9542113dc9 /sal
parent8bf9f1ae900ad2ccdb56d99b9951c80e06b74de4 (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')
-rw-r--r--sal/textenc/converter.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/sal/textenc/converter.h b/sal/textenc/converter.h
index 2cbd2362c..40f23a0d4 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,