summaryrefslogtreecommitdiff
path: root/sw/inc/unotext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-06 13:08:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-07 06:41:00 +0000
commit77a7a92f855810695a11d4ea285f76ec08600493 (patch)
tree7acbe665e473cd1118c1f2c68c7098d767f96741 /sw/inc/unotext.hxx
parent93bde3156284df4419c49447cbf455de9d74f00a (diff)
convert CursorType to scoped enum
and drop unused CURSOR_INVALID constant Change-Id: I190908a03317f93d247c0a9c806c70bb286b8ecb Reviewed-on: https://gerrit.libreoffice.org/33964 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotext.hxx')
-rw-r--r--sw/inc/unotext.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx
index 6bb0681a3695..65a1ecc94d36 100644
--- a/sw/inc/unotext.hxx
+++ b/sw/inc/unotext.hxx
@@ -81,7 +81,7 @@ public: /*not protected because C++ is retarded*/
public:
- SwXText(SwDoc *const pDoc, const enum CursorType eType);
+ SwXText(SwDoc *const pDoc, const CursorType eType);
const SwDoc* GetDoc() const;
SwDoc* GetDoc();