summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-09-08 09:30:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-09-21 20:10:06 +0200
commitaf90b8089405d6f042207f5639e750f08798ae92 (patch)
tree0af8401f534cbce9a11e64c1819ef84413ddd912 /include/sfx2/objsh.hxx
parentset whether dates are needed in the ctor (diff)
downloadcore-af90b8089405d6f042207f5639e750f08798ae92.tar.gz
core-af90b8089405d6f042207f5639e750f08798ae92.zip
weld infobars
note: "pushed" status listener case dropped. Doesn't seem to be an expectation for it to something in infobars, and there doesn't seem to be a working case anyway. Change-Id: I7869cc05de9918f0dd70e28b0087205db6c9506c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101945 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 8da1f2bb7f82..e60139348c26 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -41,6 +41,7 @@
#include <functional>
#include <sfx2/AccessibilityIssue.hxx>
+namespace weld {class Button; }
class SbxValue;
class SbxArray;
class BasicManager;
@@ -58,7 +59,6 @@ class GDIMetaFile;
class INetURLObject;
class IndexBitSet;
class JobSetup;
-class Button;
class OutputDevice;
class Color;
class Fraction;
@@ -368,7 +368,7 @@ public:
const OUString& aComment);
SignatureState GetScriptingSignatureState();
void SignScriptingContent(weld::Window* pDialogParent);
- DECL_LINK(SignDocumentHandler, Button*, void);
+ DECL_LINK(SignDocumentHandler, weld::Button&, void);
virtual std::shared_ptr<SfxDocumentInfoDialog> CreateDocumentInfoDialog(weld::Window* pParent, const SfxItemSet& rItemSet);