diff options
author | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2021-02-08 20:21:12 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org> | 2021-02-08 23:05:39 +0100 |
commit | dc1b416c684c4e2525978e48252d55d78adcfca8 (patch) | |
tree | addc4f3a1d2bac2e893616dca4399bc25ec71906 /sw/inc/calbck.hxx | |
parent | 07d166a81c4287862180bba33cd6259262260ef1 (diff) |
Remove SwModify::SetInDocDTOR ...
... its only used once in SwTOXType and has no place in SwModify, which
is the base of ~everything in Writer still.
Change-Id: I07007f08723f8db2dd09bb7c07cb0ebfc2a6506a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110594
Tested-by: Jenkins
Reviewed-by: Bjoern Michaelsen <bjoern.michaelsen@libreoffice.org>
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r-- | sw/inc/calbck.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 32b0d35b4c1d..0cd8efbee0ed 100644 --- a/sw/inc/calbck.hxx +++ b/sw/inc/calbck.hxx @@ -201,7 +201,6 @@ public: void LockModify() { m_bModifyLocked = true; } void UnlockModify() { m_bModifyLocked = false; } - void SetInDocDTOR(); bool IsModifyLocked() const { return m_bModifyLocked; } void CheckCaching( const sal_uInt16 nWhich ); |