summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:37:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-09-08 14:37:56 +0000
commit85978c97c0540fce8ecb7ba62f2b6ea240892d1b (patch)
tree3b516fb8cd07bfe9c4e4409ac486b9b87c5bd8eb /vcl/unx/source/app
parent989d863ad1f4e34279630285387796891e33087c (diff)
INTEGRATION: CWS vcl25 (1.7.156); FILE MERGED
2004/07/14 16:08:41 pl 1.7.156.1: #i31033# clean up some warnings
Diffstat (limited to 'vcl/unx/source/app')
-rw-r--r--vcl/unx/source/app/i18n_wrp.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/unx/source/app/i18n_wrp.cxx b/vcl/unx/source/app/i18n_wrp.cxx
index 7ff27b94a470..b71691a2298d 100644
--- a/vcl/unx/source/app/i18n_wrp.cxx
+++ b/vcl/unx/source/app/i18n_wrp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: i18n_wrp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 14:28:49 $
+ * last change: $Author: hr $ $Date: 2004-09-08 15:37:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -282,7 +282,7 @@ XvaOpenIM(Display *display, XrmDatabase rdb,
Status XvaCloseIM(XIM im)
{
- Status s;
+ Status s = False;
/* MacOS X doesn't yet support XIM... FIXME */
#if !defined(MACOSX)
@@ -292,6 +292,7 @@ Status XvaCloseIM(XIM im)
dlclose(g_dlmodule);
g_dlmodule = (void*)0;
g_open_im = (OpenFunction)NULL;
+ s = True;
}
#endif
return (s);