summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2016-11-06 01:19:01 +0300
committerCaolán McNamara <caolanm@redhat.com>2016-11-14 08:56:42 +0000
commit450762b224d62ded0c55144fee0796085dd4def3 (patch)
tree29ff18f83485fe8d0c3ad3f70f70f02b6c071a01 /include
parent6b35488c723e2f2266f7e377ad53a82af7b6fede (diff)
tdf#68118: Pass current document frame to SvxScriptSelectorDialog
... through MacroChooser Without this, current document's macros library is unavailable in "Assign" dialog Change-Id: I83baa3b98858260eab61e8f4fefde3f9979c6d83 Reviewed-on: https://gerrit.libreoffice.org/30600 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/request.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/request.hxx b/include/sfx2/request.hxx
index 1ebc08b531fc..a30d3ab2be09 100644
--- a/include/sfx2/request.hxx
+++ b/include/sfx2/request.hxx
@@ -62,6 +62,7 @@ public:
SfxRequest( const SfxSlot* pSlot, const css::uno::Sequence < css::beans::PropertyValue >& rArgs,
SfxCallMode nCallMode, SfxItemPool &rPool );
SfxRequest( sal_uInt16 nSlot, SfxCallMode nCallMode, const SfxAllItemSet& rSfxArgs );
+ SfxRequest( sal_uInt16 nSlot, SfxCallMode nCallMode, const SfxAllItemSet& rSfxArgs, const SfxAllItemSet& rSfxInternalArgs );
SfxRequest( const SfxRequest& rOrig );
virtual ~SfxRequest() override;