diff options
author | Jan Holesovsky <kendy@collabora.com> | 2016-01-06 10:32:24 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-18 09:13:56 +0100 |
commit | 51be0ed6dae648778720147ac2c510d9b5889585 (patch) | |
tree | 7000ea734a6042eca99574c64227e5f7f94d5b41 /sw/inc/dbmgr.hxx | |
parent | 56a51fb78e26e4e7de6cacf31a99dc3a97ce7349 (diff) |
mailmerge: nStartingPageNo and sStartingPageDesc shouldn't be return values.
Change-Id: I86a049411c2ec461e66009e6dc54d8ea086e7f12
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 7304b8d439b8..335bd0c84941 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -251,8 +251,7 @@ friend class SwConnectionDisposedListener_Impl; SAL_DLLPRIVATE void CreateTargetDocShell(sal_Int32 nMaxDumpDocs, bool bMergeShell, vcl::Window *pSourceWindow, SwWrtShell *pSourceShell, SwDocShell *pSourceDocSh, SfxObjectShellRef &xTargetDocShell, SwDoc *&pTargetDoc, - SwWrtShell *&pTargetShell, SwView *&pTargetView, - sal_uInt16 &nStartingPageNo, OUString &sStartingPageDesc); + SwWrtShell *&pTargetShell, SwView *&pTargetView); SAL_DLLPRIVATE void LockUnlockDisp(bool bLock, SwDocShell *pSourceDocSh); |