summaryrefslogtreecommitdiffstats
path: root/extensions/source/propctrlr/standardcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/standardcontrol.hxx')
-rw-r--r--extensions/source/propctrlr/standardcontrol.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/standardcontrol.hxx b/extensions/source/propctrlr/standardcontrol.hxx
index a78b43ed0359..8c80714bc3d5 100644
--- a/extensions/source/propctrlr/standardcontrol.hxx
+++ b/extensions/source/propctrlr/standardcontrol.hxx
@@ -184,8 +184,8 @@ namespace pcr
virtual void Tracking( const TrackingEvent& rTEvt ) SAL_OVERRIDE;
private:
- void impl_checkEndClick( const MouseEvent rMEvt );
- bool impl_textHitTest( const Point& _rWindowPos );
+ void impl_checkEndClick( const MouseEvent& rMEvt );
+ bool impl_textHitTest( const Point& rWindowPos );
};