summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-18 09:56:07 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-18 09:56:07 +0000
commit02a2b0de6dcaeba652a2e69a421b9c02de057750 (patch)
tree292c834c9394b15e9670c85b40ed48bf31eec75a /vcl/unx/inc
parent63b925374cbf00fbafe11731b586ade2ff27df88 (diff)
INTEGRATION: CWS vcl21 (1.10.122); FILE MERGED
2004/03/18 11:23:20 pl 1.10.122.1: #112891# merge from apoc02
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/i18n_im.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/vcl/unx/inc/i18n_im.hxx b/vcl/unx/inc/i18n_im.hxx
index 4339e36155fe..efe3b9251150 100644
--- a/vcl/unx/inc/i18n_im.hxx
+++ b/vcl/unx/inc/i18n_im.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: i18n_im.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2003-10-06 15:43:02 $
+ * last change: $Author: kz $ $Date: 2004-05-18 10:56:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,13 +63,8 @@
#define _SAL_I18N_INPUTMETHOD_HXX
extern "C" char* GetMethodName( XIMStyle nStyle, char *pBuf, int nBufSize);
-extern "C" Bool CallDoneAfterResetIC();
-#if (1)
- #define bUseInputMethodDefault True
-#else
- #define bUseInputMethodDefault False
-#endif
+#define bUseInputMethodDefault True
class SalI18N_InputMethod
{