From 4b01af28e6fee1ec3096ed713d1db832b3508420 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 6 Jan 2016 16:45:49 +0100 Subject: sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxx Quite unnecessary, just remove the implementation details from the header. Change-Id: I5712ff32756bb1d31ff7701424b85a323438cced --- sw/inc/dbmgr.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sw/inc') diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index fb4ec0def8ba..5218faf4231d 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -34,7 +34,6 @@ #include #include #include -#include #include #include @@ -257,9 +256,6 @@ friend class SwConnectionDisposedListener_Impl; std::unique_ptr< utl::TempFile > &aTempFile, const SwMergeDescriptor& rMergeDescriptor, const SfxFilter* pStoreToFilter); - SAL_DLLPRIVATE void UpdateProgressDlg(bool bMergeShell, VclPtr pProgressDlg, bool createTempFile, - std::unique_ptr< INetURLObject > &aTempFileURL, - SwDocShell *pSourceDocSh, sal_Int32 nDocNo); SAL_DLLPRIVATE bool CreateTargetDocShell(sal_Int32 nMaxDumpDocs, bool bMergeShell, vcl::Window *pSourceWindow, SwWrtShell *pSourceShell, SwDocShell *pSourceDocSh, @@ -269,9 +265,6 @@ friend class SwConnectionDisposedListener_Impl; SAL_DLLPRIVATE void LockUnlockDisp(bool bLock, SwDocShell *pSourceDocSh); - SAL_DLLPRIVATE void CreateProgessDlg(vcl::Window *&pSourceWindow, VclPtr &pProgressDlg, - bool bMergeShell, SwWrtShell *pSourceShell, vcl::Window *pParent); - SAL_DLLPRIVATE void CreateWorkDoc(SfxObjectShellLock &xWorkDocSh, SwView *&pWorkView, SwDoc *&pWorkDoc, SwDBManager *&pOldDBManager, SwDocShell *pSourceDocSh, sal_Int32 nMaxDumpDocs, sal_Int32 nDocNo); -- cgit v1.2.3