diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:35:16 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:35:16 +0000 |
commit | 5b276971d5c3fc72dbea650b985e9bb6686e1f67 (patch) | |
tree | 896456353640a3ec3a0370f389b9974052047d56 /tools/source | |
parent | 3c9d6b83f3cc8ce03998e2d60cede7946589469f (diff) |
INTEGRATION: CWS vclcleanup02 (1.1.1.1.200); FILE MERGED
2003/12/04 17:24:05 mt 1.1.1.1.200.1: #i23061# Removed SUPD and unused code
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index b37e14321d9e..a5311026581b 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: toolsin.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:03:07 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:35:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,21 +88,6 @@ void ImplDeleteCharTabData(); // ======================================================================= -// Hier drin, da DOS bisher kein eigenes TOOLS-Verzeichnis hat - -#if defined( DOS ) - -static void* aAppData[SHL_COUNT]; - -void** GetAppData( USHORT nSharedLib ) -{ - return &(aAppData[nSharedLib]); -} - -#endif - -// ======================================================================= - TOOLSINDATA* ImplGetToolsInData() { TOOLSINDATA** ppData = (TOOLSINDATA**)GetAppData( SHL_TOOLS ); |