diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-07 15:13:58 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-07 15:13:58 +0100 |
commit | cb5c8c06db560f1f5876cac2184a75c509267279 (patch) | |
tree | d3aea41fd63b5d43904eaaf58dff16f2c16f7078 /tools/unx | |
parent | 305315337b472eeee344c3ee174dded67da8d1af (diff) |
removetooltypes01: #i112600# Fixes in tools after rebase
Diffstat (limited to 'tools/unx')
-rw-r--r-- | tools/unx/source/dll/toolsdll.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx index 71b01e20bd4f..c008cbbc001c 100644 --- a/tools/unx/source/dll/toolsdll.cxx +++ b/tools/unx/source/dll/toolsdll.cxx @@ -41,7 +41,7 @@ static void* aAppData[SHL_COUNT]; |* ***************************************************************************/ -void** GetAppData( USHORT nSharedLib ) +void** GetAppData( sal_uInt16 nSharedLib ) { return &(aAppData[nSharedLib]); } |