diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-11-01 16:53:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-11-01 20:36:05 +0100 |
commit | f4b353c1f52fc78a102413cac94c7fb24292bec6 (patch) | |
tree | 1e2b1328eb666ed40b3aea2b5ac7f865568474a8 /sw/inc | |
parent | e78a519285a5d2ca5ccc9ae6a5fda81975fa38d7 (diff) |
Related: tdf#145363 provide an explicit parent for page format
when launched from another dialog let it take that as the parent
Change-Id: I07bfe03717cbe140301060e6e85bdbdef953bf5d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124560
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/docsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index 73dc9cdee19d..018c46349c1a 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -263,6 +263,7 @@ public: /// @param nSlot /// Identifies slot by which the dialog is triggered. Used to activate certain dialog pane void FormatPage( + weld::Window* pDialogParent, const OUString& rPage, const OString& rPageId, SwWrtShell& rActShell, |