diff options
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 1e9539cf9a2a..4294c4f1e520 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -23,7 +23,6 @@ #include <tools/solar.h> #include <vcl/dllapi.h> #include <vcl/outdev.hxx> -#include <vcl/pointr.hxx> #include <tools/link.hxx> #include <tools/wintypes.hxx> #include <vcl/vclenum.hxx> @@ -64,6 +63,7 @@ class AllSettings; class InputContext; enum class ImplPaintFlags; enum class VclEventId; +enum class PointerStyle; namespace com { namespace sun { namespace star { namespace accessibility { @@ -1097,8 +1097,8 @@ public: void ReleaseMouse(); bool IsMouseCaptured() const; - void SetPointer( const Pointer& rPointer ); - const Pointer& GetPointer() const; + void SetPointer( PointerStyle ); + PointerStyle GetPointer() const; void EnableChildPointerOverwrite( bool bOverwrite ); void SetPointerPosPixel( const Point& rPos ); Point GetPointerPosPixel(); |