basctl/source/basicide/macrodlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c86f1315ea3203e8557843d02c222969524a9ca7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Dec 9 21:02:44 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sat Dec 10 10:06:03 2022 +0000

    be a little more explicit that we want the Accel config here
    
    its all handled the same way at the moment, but this is page we want
    here
    
    Change-Id: I8ff3e671d67d3f273fa5eb747411eab226e20fc1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143898
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/basctl/source/basicide/macrodlg.cxx 
b/basctl/source/basicide/macrodlg.cxx
index 1c8fe9aec84d..db424becb2e9 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -718,7 +718,7 @@ IMPL_LINK(MacroChooser, ButtonHdl, weld::Button&, rButton, 
void)
         if (m_xDocumentFrame.is())
             aInternalSet.Put(SfxUnoFrameItem(SID_FILLFRAME, m_xDocumentFrame));
 
-        SfxRequest aRequest(SID_CONFIG, SfxCallMode::SYNCHRON, Args, 
aInternalSet);
+        SfxRequest aRequest(SID_CONFIGACCEL, SfxCallMode::SYNCHRON, Args, 
aInternalSet);
         aRequest.AppendItem( aItem );
         SfxGetpApp()->ExecuteSlot( aRequest );
     }

Reply via email to