summaryrefslogtreecommitdiff
path: root/sw/inc/unocrsr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 13:10:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-22 06:42:19 +0000
commitc1877a16b38bfd74a52e39b49289d5f5572b610b (patch)
treeaac6e79a4fc26a520ef1cd097bea7ba25d695695 /sw/inc/unocrsr.hxx
parentf0c7cbe1d8505d3c1f5a2b2253efda35542c898b (diff)
loplugin:unusedfields
Change-Id: I8a114bcda99f123d230d61b0d0595bfe657cc3c0 Reviewed-on: https://gerrit.libreoffice.org/34513 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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;
};
}