diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-03 20:49:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-04 17:47:49 +0200 |
commit | 224c155d89e4d957c0d566a5aea6004a466d54e9 (patch) | |
tree | 318c90cbfa5fdfcfadb74befe8f18b5adc296f2f /sc | |
parent | 9ca3a372a45d146acb8efdda5c02bd10e1a14ab3 (diff) |
make Search family and mask explicit for SfxNewStyleDlg
Change-Id: Ib3e5765d37474188d6505f1d9965969ee6c24f0c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93358
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/formatsh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/formatsh.cxx b/sc/source/ui/view/formatsh.cxx index 4c6cda17ac60..7b5ae956bb2b 100644 --- a/sc/source/ui/view/formatsh.cxx +++ b/sc/source/ui/view/formatsh.cxx @@ -433,7 +433,7 @@ void ScFormatShell::ExecuteStyle( SfxRequest& rReq ) weld::Window* pDialogParent = rReq.GetFrameWeld(); if (!pDialogParent) pDialogParent = pTabViewShell->GetFrameWeld(); - SfxNewStyleDlg aDlg(pDialogParent, *pStylePool); + SfxNewStyleDlg aDlg(pDialogParent, *pStylePool, eFamily, SfxStyleSearchBits::All); if (aDlg.run() != RET_OK) return; aStyleName = aDlg.GetName(); |