tdf#114441: Convert use of sal_uLong to better integer types

Change-Id: I15dac18e25d9a0c49a3c1e7c08407d1d2b23467a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121410
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
diff --git a/accessibility/source/standard/accessiblemenuitemcomponent.cxx b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
index 4b07072..e61c745 100644
--- a/accessibility/source/standard/accessiblemenuitemcomponent.cxx
+++ b/accessibility/source/standard/accessiblemenuitemcomponent.cxx
@@ -131,7 +131,7 @@
    // that the popup menus are executed synchronously.
    AllSettings aSettings = pWindow->GetSettings();
    MouseSettings aMouseSettings = aSettings.GetMouseSettings();
    sal_uLong nDelay = aMouseSettings.GetMenuDelay();
    sal_Int32 nDelay = aMouseSettings.GetMenuDelay();
    aMouseSettings.SetMenuDelay( 0 );
    aSettings.SetMouseSettings( aMouseSettings );
    pWindow->SetSettings( aSettings );