summaryrefslogtreecommitdiff
path: root/include/editeng/editview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/editview.hxx')
-rw-r--r--include/editeng/editview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index 9f11c216f48c..a6842dd67d3b 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -26,6 +26,7 @@
#include <i18nlangtag/lang.h>
#include <tools/color.hxx>
#include <tools/gen.hxx>
+#include <vcl/cursor.hxx>
class EditEngine;
class ImpEditEngine;
@@ -34,7 +35,6 @@ class SvxSearchItem;
class SvxFieldItem;
class Window;
class Pointer;
-class Cursor;
class KeyEvent;
class MouseEvent;
class DropEvent;
@@ -132,7 +132,7 @@ public:
const Pointer& GetPointer() const;
- Cursor* GetCursor() const;
+ vcl::Cursor* GetCursor() const;
void InsertText( const OUString& rNew, bool bSelect = false );