diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:02:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:02:56 +0000 |
commit | 3ccf1cf08155f4205587d7d554e0011eed40717b (patch) | |
tree | 1ac564a6ef8e940d181120aafc14432c7ae3eb96 | |
parent | c1f8caf59e2d469c34e408477d3579251046957c (diff) |
INTEGRATION: CWS os2port02 (1.7.32); FILE MERGED
2007/09/30 12:08:51 ydario 1.7.32.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
-rw-r--r-- | tools/source/generic/toolsin.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index b8c7b26ffbf9..f53ec9cc23b0 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsin.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:14:54 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:02:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -51,7 +51,7 @@ #include <toolsin.hxx> #endif -#if defined WNT +#if defined WNT || defined OS2 #include <dll.hxx> #endif @@ -105,4 +105,7 @@ void GlobalDeInitTools() #if defined WNT ImpDeInitWinTools(); #endif +#ifdef OS2 + ImpDeInitOS2Tools(); +#endif } |