From 6acd1be82296b8c1118b3ec0e3fd99b88783662a Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 9 May 2015 20:22:13 +0200 Subject: some more asserts Change-Id: I94a6d0303989e499026be151cc71777b8e944dd2 --- sw/inc/unocrsr.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc') 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: -- cgit