| commit | d383a70c46e0dcbe74d6765cd5a394428c198917 | [log] |
|---|---|---|
| author | Baran Aytas <barannaytas@gmail.com> | Wed Sep 01 01:09:17 2021 +0300 |
| committer | Michael Weghorn <m.weghorn@posteo.de> | Mon Sep 06 07:48:16 2021 +0200 |
| tree | 73fbe2e62b7f2efd16ac93e2cbb26d961f1184db | |
| parent | 4cd3ce9848aa039b8d443a1257d1298231680b01 [diff] |
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 );