summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsr.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-05 22:49:52 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-05-26 00:51:03 +0200
commited1d7e2818b0c3e5803599d5b3c86e5f49eb7764 (patch)
treef41e0ad0e52203d90da43a53c76c22f010dc4aa2 /sw/inc/unocrsr.hxx
parent077cd88f2da8538e4e89bce2614d6662ccfedce2 (diff)
introduce CreateUnoCrsr2 to migrate to sane memory mngmt
Change-Id: Ia530827daa354555983c3c28c5aeec38bc3dbf11
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r--sw/inc/unocrsr.hxx8
1 files changed, 8 insertions, 0 deletions
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 <swcrsr.hxx>
#include <calbck.hxx>
+namespace sw
+{
+ struct DocDisposingHint SAL_FINAL : public SfxHint
+ {
+ DocDisposingHint() {};
+ };
+}
+
class SwUnoCrsr : public virtual SwCursor, public SwModify
{
private: