diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-05-29 15:53:19 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-05-30 15:38:29 +0200 |
commit | e744e9f4492d3013742fcdb6254cd76528870e9d (patch) | |
tree | f5ce5d33ae50ea208bb9c396e13e25005f07ec8e /include/sfx2/objsh.hxx | |
parent | 3dda91dda8764adb3f6cc229236281bb270bba92 (diff) |
tdf#105566: Add/remove infobar when the signature status changes
this time without stack overflow. Updating existing infobar needs
some work still
This patch is partially based on work of samuel_m
Change-Id: I2c44c14e27cf85a1014b01e5588b7b53990033b9
Reviewed-on: https://gerrit.libreoffice.org/38148
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index f3c916c28b1e..7ebafede041c 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -37,6 +37,7 @@ #include <com/sun/star/document/CmisVersion.hpp> #include <vcl/vclptr.hxx> +#include <vcl/button.hxx> #include <svl/poolitem.hxx> #include <vcl/bitmap.hxx> #include <sot/formats.hxx> @@ -365,6 +366,7 @@ public: void SignDocumentContent(); SignatureState GetScriptingSignatureState(); void SignScriptingContent(); + DECL_LINK(SignDocumentHandler, Button*, void); virtual VclPtr<SfxDocumentInfoDialog> CreateDocumentInfoDialog( const SfxItemSet& ); |