diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-06-29 15:33:38 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-06-29 18:06:15 +0400 |
commit | 231fb4182fc9e81f801ff1d1355f7a613d0856c2 (patch) | |
tree | f16fde947ff33340dd18f266caeab090b64d019d /vcl | |
parent | 7d1e257a6ba2bbb0120753a09c140200ab913991 (diff) |
make HitTestNativeControl const
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdevnative.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdevnative.cxx b/vcl/source/gdi/outdevnative.cxx index fe0ed275a8ba..68e65a3a277f 100644 --- a/vcl/source/gdi/outdevnative.cxx +++ b/vcl/source/gdi/outdevnative.cxx @@ -166,7 +166,7 @@ sal_Bool OutputDevice::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, const Point& aPos, - sal_Bool& rIsInside ) + sal_Bool& rIsInside ) const { if( !lcl_enableNativeWidget( *this ) ) return sal_False; |