summaryrefslogtreecommitdiff
path: root/svl/source/notify/smplhint.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/notify/smplhint.cxx')
-rw-r--r--svl/source/notify/smplhint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/notify/smplhint.cxx b/svl/source/notify/smplhint.cxx
index 784bfb1df170..7aef9a7042bf 100644
--- a/svl/source/notify/smplhint.cxx
+++ b/svl/source/notify/smplhint.cxx
@@ -38,7 +38,7 @@ TYPEINIT1(SfxSimpleHint, SfxHint);
//====================================================================
// creates a SimpleHint with the type nId
-SfxSimpleHint::SfxSimpleHint( ULONG nIdP )
+SfxSimpleHint::SfxSimpleHint( sal_uLong nIdP )
{
nId = nIdP;
}