summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-10 22:12:59 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-11 00:07:55 +0100
commitf93a2e530d94c4ef73e234b8cc5d3dd79977a8c8 (patch)
tree534c66c0c0ef118a99cd99ed896f6e3e760eef23 /sw/inc/calbck.hxx
parent0b0d80bd30f918d8c8f3eb6926ced2a562ec912a (diff)
reduce branch depth in SwModify dtor
Change-Id: I82046cfc191425dc830125944214293b5b9197f9
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index b56575d14589..f718507444b0 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -192,7 +192,7 @@ public:
void UnlockModify() { m_bModifyLocked = false; }
void SetInCache( bool bNew ) { m_bInCache = bNew; }
void SetInSwFntCache( bool bNew ) { m_bInSwFntCache = bNew; }
- void SetInDocDTOR() { m_bInDocDTOR = true; }
+ void SetInDocDTOR();
bool IsModifyLocked() const { return m_bModifyLocked; }
bool IsInCache() const { return m_bInCache; }
bool IsInSwFntCache() const { return m_bInSwFntCache; }