summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-04-07 14:11:16 +0200
committerMichael Stahl <mstahl@redhat.com>2017-04-07 14:15:23 +0200
commitb805e5705cfaafd8e54283840bec23afc789124a (patch)
treeeb5d1b21310f062e3469ca6d832e7e59bc3fb8f2 /include
parentbe8b9b4d29abb951aea0ea195541143d256954dc (diff)
Revert "Related tdf#105566 Update Infobar when signature status changes"
This reverts commit d8faf3bf9a82e8f49340b5020ec4ee931cc2f3f4. This causes an infinite recursion in JunitTest_sfx2_complex involving the newly added SignatureHelper::updateInfoBarState().
Diffstat (limited to 'include')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 57cf7980ac71..1c9fd19f421f 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -75,7 +75,7 @@ public:
const Link<Button*,void>& GetClickHdl() const { return maClickHdl; }
/// Setup handler for UNO commands so that commands like .uno:Something are handled automagically by this button.
- void SetCommandHandler(const OUString& aCommand, bool bAddStatusListener=true);
+ void SetCommandHandler(const OUString& aCommand);
const OUString GetCommand() const { return maCommand; }
static OUString GetStandardText( StandardButtonType eButton );