diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-09 20:22:13 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2015-05-26 00:51:07 +0200 |
commit | 6acd1be82296b8c1118b3ec0e3fd99b88783662a (patch) | |
tree | 65f439a83dd0386357043965eb80a78e0e3a09b6 /sw/inc | |
parent | 4be419852b0fde877b707e2b6cf7442517d38d46 (diff) |
some more asserts
Change-Id: I94a6d0303989e499026be151cc71777b8e944dd2
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unocrsr.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index 83f04abd06f0..767c534ae13d 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -40,6 +40,7 @@ private: public: SwUnoCrsr( const SwPosition &rPos, SwPaM* pRing = 0 ); virtual ~SwUnoCrsr(); + bool m_bSaneOwnership; protected: |