diff options
Diffstat (limited to 'tools/os2')
-rw-r--r-- | tools/os2/source/dll/toolsdll.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/os2/source/dll/toolsdll.cxx b/tools/os2/source/dll/toolsdll.cxx index 1898b8c5b6fe..0c7fb977a0f1 100644 --- a/tools/os2/source/dll/toolsdll.cxx +++ b/tools/os2/source/dll/toolsdll.cxx @@ -21,13 +21,7 @@ -#ifndef _SHL_HXX #include <tools/shl.hxx> -#endif - -#ifndef _DLL_HXX -#include <dll.hxx> -#endif // ======================================================================= @@ -35,7 +29,7 @@ static void* aAppData[SHL_COUNT]; // ----------------------------------------------------------------------- -void** GetAppData( USHORT nSharedLib ) +void** GetAppData( sal_uInt16 nSharedLib ) { return &(aAppData[nSharedLib]); } |