summaryrefslogtreecommitdiffstats
path: root/include/vcl/event.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/event.hxx')
-rw-r--r--include/vcl/event.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/event.hxx b/include/vcl/event.hxx
index 13ded2d0064d..153ad9503717 100644
--- a/include/vcl/event.hxx
+++ b/include/vcl/event.hxx
@@ -132,7 +132,7 @@ public:
const Point& GetPosPixel() const { return maPos; }
MouseEventModifiers GetMode() const { return mnMode; }
/** inits this vcl KeyEvent with all settings from the given awt event **/
- MouseEvent( const ::com::sun::star::awt::MouseEvent& rEvent );
+ MouseEvent( const css::awt::MouseEvent& rEvent );
sal_uInt16 GetClicks() const { return mnClicks; }