summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorChristof Pintaske <cp@openoffice.org>2001-11-02 13:54:02 +0000
committerChristof Pintaske <cp@openoffice.org>2001-11-02 13:54:02 +0000
commit6d88d971b83b7a774b83a30d346f6636e69731b9 (patch)
treece03e6da9e7b82dfbe83c9c691d61baa766642fd /vcl/unx/inc
parent5d9ce3e8bef366e351a752092d1c26d256ccdf0a (diff)
#91994# in preedit mode filter cursormovement keyevents
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/i18n_cb.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/unx/inc/i18n_cb.hxx b/vcl/unx/inc/i18n_cb.hxx
index 981a5980ab0e..dc5c98ba632c 100644
--- a/vcl/unx/inc/i18n_cb.hxx
+++ b/vcl/unx/inc/i18n_cb.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: i18n_cb.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: pl $ $Date: 2001-08-24 10:22:29 $
+ * last change: $Author: cp $ $Date: 2001-11-02 14:54:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,8 @@ void SwitchIMCallback (XIC ix, XPointer client_data, XPointer call_data );
void IC_IMDestroyCallback (XIM im, XPointer client_data, XPointer call_data);
void IM_IMDestroyCallback (XIM im, XPointer client_data, XPointer call_data);
+Bool IsControlCode(sal_Unicode nChar);
+
#ifdef __cplusplus
} /* extern "C" */
#endif