From ed1d7e2818b0c3e5803599d5b3c86e5f49eb7764 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 5 May 2015 22:49:52 +0200 Subject: introduce CreateUnoCrsr2 to migrate to sane memory mngmt Change-Id: Ia530827daa354555983c3c28c5aeec38bc3dbf11 --- sw/inc/unocrsr.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sw/inc/unocrsr.hxx') diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx index c32905025539..83f04abd06f0 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -22,6 +22,14 @@ #include #include +namespace sw +{ + struct DocDisposingHint SAL_FINAL : public SfxHint + { + DocDisposingHint() {}; + }; +} + class SwUnoCrsr : public virtual SwCursor, public SwModify { private: -- cgit v1.2.3