summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-29 17:05:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-08-30 09:06:34 +0200
commit923c14135c21ffde2a19ca7875be6ebb79197740 (patch)
tree72ed31d9f814702d866611a2a9d1e1defa9603e5 /sw/source
parent6c99bca30449589a2904891939e12e6a474464eb (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.cxx2
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);
}