summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/basidesh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basidesh.cxx b/basctl/source/basicide/basidesh.cxx
index 5bc51f8ba139..c5a2c7b2cc25 100644
--- a/basctl/source/basicide/basidesh.cxx
+++ b/basctl/source/basicide/basidesh.cxx
@@ -521,7 +521,7 @@ void Shell::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
if (SbxHint const* pSbxHint = dynamic_cast<SbxHint const*>(&rHint))
{
- sal_uLong nHintId = pSbxHint->GetId();
+ const sal_uInt32 nHintId = pSbxHint->GetId();
if ( ( nHintId == SBX_HINT_BASICSTART ) ||
( nHintId == SBX_HINT_BASICSTOP ) )
{