diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-29 07:14:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-29 07:14:13 +0000 |
commit | 86f9b4842529576062a9a44db379bf123a26654b (patch) | |
tree | 9d9fc97219e8efcbf4139d743493d8bd723a9ccb /vcl | |
parent | bb4a907b91b3cbc684edc3809818f72eebdea42c (diff) |
chg: declaration for all Linux platforms, #100000#, (mh)
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/i18n_im.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/source/app/i18n_im.cxx b/vcl/unx/source/app/i18n_im.cxx index 169cb88d4275..2a66f00ce540 100644 --- a/vcl/unx/source/app/i18n_im.cxx +++ b/vcl/unx/source/app/i18n_im.cxx @@ -2,9 +2,9 @@ * * $RCSfile: i18n_im.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2003-04-28 17:09:48 $ + * last change: $Author: vg $ $Date: 2003-04-29 08:14:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,7 @@ using namespace vcl; #ifndef _SAL_I18N_CALLBACK_HXX #include "i18n_cb.hxx" #endif -#if defined(SOLARIS) || ( defined(LINUX) && defined(SPARC) ) +#if defined(SOLARIS) || defined(LINUX) extern "C" char * XSetIMValues(XIM im, ...); #endif |