diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 16:53:44 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 16:53:44 +0000 |
commit | a3f99eb3f1bccadea372b5bc6927e7be2e914c29 (patch) | |
tree | 77d9f01fbb50ca62f86072aa0aa5ba7b435e819d | |
parent | 9fd0b6b198d8cdf672eec74c3e3c4f4cdd9fbaac (diff) |
INTEGRATION: CWS vcl36 (1.11.210); FILE MERGED
2005/02/02 12:03:52 pl 1.11.210.1: #i41591# visibility issues for kde plugin
-rw-r--r-- | vcl/unx/inc/i18n_im.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vcl/unx/inc/i18n_im.hxx b/vcl/unx/inc/i18n_im.hxx index efe3b9251150..48d9e5106a4a 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.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2004-05-18 10:56:07 $ + * last change: $Author: kz $ $Date: 2005-03-18 17:53:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,11 +62,15 @@ #ifndef _SAL_I18N_INPUTMETHOD_HXX #define _SAL_I18N_INPUTMETHOD_HXX +#ifndef _VCL_DLLAPI_H +#include "dllapi.h" +#endif + extern "C" char* GetMethodName( XIMStyle nStyle, char *pBuf, int nBufSize); #define bUseInputMethodDefault True -class SalI18N_InputMethod +class VCL_DLLPUBLIC SalI18N_InputMethod { Bool mbUseable; // system supports locale as well as status // and preedit style ? |