summaryrefslogtreecommitdiff
path: root/include/editeng/editview.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-23 18:33:43 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-23 19:20:03 +0300
commit708fc1c187986796861c4dcecba2861ce272dd57 (patch)
treeeddd1b2260db90b6727e69b977a4f48922b6b6b2 /include/editeng/editview.hxx
parentf74a6338b3897df49f3041e7ce33453eaba9e2e5 (diff)
fdo#82577, fdo#82579: Handle Cursor
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor typedef and some ancient Carbon (?) Cursor typedef on OS X. Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
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 );