Revert "tdf#105566 Close Infobar after clicking action button"

This reverts commit 0579907693 as discussed with UX.

Change-Id: I24c2a0efc0c866f895a00121f083eb526642650f
Reviewed-on: https://gerrit.libreoffice.org/34473
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
Samuel Mehrbrodt
2017-02-20 12:20:30 +00:00
parent b58db13d19
commit 2009cf1b1c

View File

@@ -1349,7 +1349,6 @@ IMPL_LINK_NOARG(SfxViewFrame, SwitchReadOnlyHandler, Button*, void)
IMPL_LINK_NOARG(SfxViewFrame, SignDocumentHandler, Button*, void)
{
RemoveInfoBar("signature");
GetDispatcher()->Execute(SID_SIGNATURE);
}