summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/vclunohelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/vclunohelper.hxx')
-rw-r--r--include/toolkit/helper/vclunohelper.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/toolkit/helper/vclunohelper.hxx b/include/toolkit/helper/vclunohelper.hxx
index 75af557dc801..a4e1a061ee80 100644
--- a/include/toolkit/helper/vclunohelper.hxx
+++ b/include/toolkit/helper/vclunohelper.hxx
@@ -60,13 +60,13 @@ namespace com::sun::star::awt {
}
+enum class PointerStyle;
+
class FontMetric;
class OutputDevice;
class MouseEvent;
class KeyEvent;
-
-
class TOOLKIT_DLLPUBLIC VCLUnoHelper
{
public:
@@ -148,8 +148,10 @@ public:
);
static ::KeyEvent createVCLKeyEvent( const css::awt::KeyEvent& _rAwtEvent );
-};
+ static ::PointerStyle getMousePointer(const css::uno::Reference<css::awt::XWindowPeer>& rWindowPeer);
+ static void setMousePointer(const css::uno::Reference<css::awt::XWindowPeer>& rWindowPeer, ::PointerStyle mousepointer);
+};
#endif // INCLUDED_TOOLKIT_HELPER_VCLUNOHELPER_HXX