diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 17:05:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-30 09:06:34 +0200 |
commit | 923c14135c21ffde2a19ca7875be6ebb79197740 (patch) | |
tree | 72ed31d9f814702d866611a2a9d1e1defa9603e5 /sw/source | |
parent | 6c99bca30449589a2904891939e12e6a474464eb (diff) |
add SfxStyleDialogController
Change-Id: I5b55b8adb46d894f87dcf68c97f6fd56059354a2
Reviewed-on: https://gerrit.libreoffice.org/59768
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/app/docst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx index 95d3cc936aa9..6c748709b94e 100644 --- a/sw/source/uibase/app/docst.cxx +++ b/sw/source/uibase/app/docst.cxx @@ -320,7 +320,7 @@ void SwDocShell::ExecStyleSheet( SfxRequest& rReq ) sParent = static_cast<const SfxStringItem*>(pItem)->GetValue(); if (sName.isEmpty() && m_xBasePool.get()) - sName = SfxStyleDialog::GenerateUnusedName(*m_xBasePool); + sName = SfxStyleDialogController::GenerateUnusedName(*m_xBasePool); Edit(sName, sParent, nFamily, nMask, true, OString(), nullptr, &rReq, nSlot); } |