diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-18 10:05:42 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-18 10:32:13 +0000 |
commit | 10faccaec6bffac6eec7159c8897c21a1d1c6d66 (patch) | |
tree | 4d609da5bd95eac3055f1ea45bfe3c58f2b2b1bc /sw/source/ui/misc | |
parent | 734a7fe560ebd811c8d8902415053bf0c79395e8 (diff) |
convert select multi paths dialogs to .ui
Change-Id: Iecb6dbee9e7af0600b8355db038ec597cab61d1a
Diffstat (limited to 'sw/source/ui/misc')
-rw-r--r-- | sw/source/ui/misc/glossary.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index 7b063d1ea250..bcae7a59b8cc 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -1022,7 +1022,7 @@ IMPL_LINK( SwGlossaryDlg, PathHdl, Button *, pBtn ) SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create(); if(pFact) { - boost::scoped_ptr<AbstractSvxMultiPathDialog> pDlg(pFact->CreateSvxMultiPathDialog( pBtn )); + boost::scoped_ptr<AbstractSvxMultiPathDialog> pDlg(pFact->CreateSvxPathSelectDialog(pBtn)); OSL_ENSURE(pDlg, "Dialogdiet fail!"); SvtPathOptions aPathOpt; const OUString sGlosPath( aPathOpt.GetAutoTextPath() ); |