diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 23:58:22 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-12 23:58:22 -0600 |
commit | 2d67395639c89c8dc4aa914e987478f8e6a2a8b9 (patch) | |
tree | 64e7124ba093f8dac707b27db270f59584f05210 /basctl | |
parent | 9ddf05522849d28ec15d66c0b2aff4585eb912fe (diff) |
mis-merge: mostly remove remaining tools types
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index aa15fb355bcc..c255eb830b74 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -375,7 +375,7 @@ void BasicStopped( sal_Bool* pbAppWindowDisabled, BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); if( pIDEShell ) { - USHORT nWait = 0; + sal_uInt16 nWait = 0; while ( pIDEShell->GetViewFrame()->GetWindow().IsWait() ) { pIDEShell->GetViewFrame()->GetWindow().LeaveWait(); |