diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:45:42 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:45:42 +0000 |
commit | 9c786d74d71f2dd5941242884951a0fc38621eb0 (patch) | |
tree | 93020c3f2ad4aa702f315d5ee2ec1df0bd5a6760 /tools/source/generic | |
parent | ef45865f5a74789c7f8fe6d0d2bd992f57b810ab (diff) |
INTEGRATION: CWS warnings01 (1.3.8); FILE MERGED
2006/05/23 17:55:12 sb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED
2005/10/13 13:24:29 sb 1.3.8.1: #i53898# Removed code for obsolete platforms.
Diffstat (limited to 'tools/source/generic')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index 58bd2d706597..652b7ecfcafd 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsin.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-04-07 16:12:06 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:45:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,12 +48,9 @@ #include <toolsin.hxx> #endif -#if defined( WIN ) || defined( WNT ) || defined( OS2 ) +#if defined WNT #include <dll.hxx> #endif -#ifdef MAC -void ImpDeInitMemMgr(); -#endif void ImplDeleteCharTabData(); @@ -102,13 +99,7 @@ void GlobalDeInitTools() { DBG_GLOBALDEBUGEND(); -#if defined( WIN ) || defined( WNT ) +#if defined WNT ImpDeInitWinTools(); #endif -#ifdef OS2 - ImpDeInitOS2Tools(); -#endif -#ifdef MAC - ImpDeInitMemMgr(); -#endif } |