summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-10 21:56:47 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-11-11 00:07:53 +0100
commit0b0d80bd30f918d8c8f3eb6926ced2a562ec912a (patch)
tree6c50ba83a9cb52c4a5daabc3ba23f6f720018316 /sw/inc/calbck.hxx
parent6849dfca92506a112a89f1839b268a3a119be50b (diff)
remove IsInDocDTOR() as a public member
Change-Id: Ic4d29d6904d5631dbf2f755886ac9122c303553f
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index ecf400b9de49..b56575d14589 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -194,7 +194,6 @@ public:
void SetInSwFntCache( bool bNew ) { m_bInSwFntCache = bNew; }
void SetInDocDTOR() { m_bInDocDTOR = true; }
bool IsModifyLocked() const { return m_bModifyLocked; }
- bool IsInDocDTOR() const { return m_bInDocDTOR; }
bool IsInCache() const { return m_bInCache; }
bool IsInSwFntCache() const { return m_bInSwFntCache; }