summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unocrsr.hxx')
-rw-r--r--sw/inc/unocrsr.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx
index f0a5ca36d33e..9ef520433dbf 100644
--- a/sw/inc/unocrsr.hxx
+++ b/sw/inc/unocrsr.hxx
@@ -25,17 +25,9 @@
namespace sw
{
- enum class UnoCursorHintType
- {
- DOC_DISPOSING,
- LEAVES_SECTION
- };
-
struct SW_DLLPUBLIC UnoCursorHint final : public SfxHint
{
- UnoCursorHintType m_eType;
- UnoCursorHint(UnoCursorHintType eType)
- : m_eType(eType) {};
+ UnoCursorHint() {}
virtual ~UnoCursorHint() override;
};
}