summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-20 13:54:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 12:09:00 +0200
commit4732e65646016087d772adb3a0b55c166b35356d (patch)
tree76285ed978ddce19355fe993391172aeb575d69b /sw/inc/dbmgr.hxx
parentb6e32d53ce9c98bfba517c40f53d40e97a091b0e (diff)
loplugin:unusedfields in sw
Change-Id: Iad2bddb2359af3e7da40175d17d2d3ed7eda5be6 Reviewed-on: https://gerrit.libreoffice.org/40229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 4d4bd461a9ae..7282acfb3a7f 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -250,8 +250,6 @@ class SW_DLLPUBLIC SwDBManager
bool bInitDBFields : 1;
bool bInMerge : 1; ///< merge process active
bool bMergeSilent : 1; ///< suppress display of dialogs/boxes (used when called over API)
- bool bMergeLock : 1; /**< prevent update of database fields while document is
- actually printed at the SwViewShell */
SwDSParams_t m_DataSourceParams;
std::unique_ptr<SwDBManager_Impl> pImpl;
const SwXMailMerge* pMergeEvtSrc; ///< != 0 if mail merge events are to be send