Kaydet (Commit) 05799076 authored tarafından Samuel Mehrbrodt's avatar Samuel Mehrbrodt

tdf#105566 Close Infobar after clicking action button

gpg4libre

Change-Id: I24c7021043c5fb1a2a8ef1fbce66f8e416377692
Reviewed-on: https://gerrit.libreoffice.org/33755Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst f72b866c
...@@ -1350,6 +1350,7 @@ IMPL_LINK_NOARG(SfxViewFrame, SwitchReadOnlyHandler, Button*, void) ...@@ -1350,6 +1350,7 @@ IMPL_LINK_NOARG(SfxViewFrame, SwitchReadOnlyHandler, Button*, void)
IMPL_LINK_NOARG(SfxViewFrame, SignDocumentHandler, Button*, void) IMPL_LINK_NOARG(SfxViewFrame, SignDocumentHandler, Button*, void)
{ {
RemoveInfoBar("signature");
GetDispatcher()->Execute(SID_SIGNATURE); GetDispatcher()->Execute(SID_SIGNATURE);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment