diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-22 08:05:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-22 08:07:17 +0300 |
commit | b166e7af2bc3f6750b1f56adf004a115229d4c2d (patch) | |
tree | ccef5261d8eb39ffd07fb0a198f3192c0c88794a /sw/source/ui/dialog/swdlgfact.cxx | |
parent | 870ce1188ef7bfb6e57eed2894a20b2ea30b2225 (diff) |
There is nothing "new" with SwNewDBMgr any more
Change-Id: I28c48be099ba680a5d6ea91981a1e1bfadff3f84
Diffstat (limited to 'sw/source/ui/dialog/swdlgfact.cxx')
-rw-r--r-- | sw/source/ui/dialog/swdlgfact.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/swdlgfact.cxx b/sw/source/ui/dialog/swdlgfact.cxx index 06baaf3efc94..fd15e735c29d 100644 --- a/sw/source/ui/dialog/swdlgfact.cxx +++ b/sw/source/ui/dialog/swdlgfact.cxx @@ -782,7 +782,7 @@ SfxAbstractTabDialog* SwAbstractDialogFactory_Impl::CreateSwEnvDlg ( Window* pPa } AbstractSwLabDlg* SwAbstractDialogFactory_Impl::CreateSwLabDlg(Window* pParent, const SfxItemSet& rSet, - SwNewDBMgr* pNewDBMgr, bool bLabel) + SwDBMgr* pNewDBMgr, bool bLabel) { SwLabDlg* pDlg = new SwLabDlg(pParent, rSet, pNewDBMgr, bLabel); return new AbstractSwLabDlg_Impl(pDlg); |