summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-06-29 15:33:38 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-06-29 18:06:15 +0400
commit231fb4182fc9e81f801ff1d1355f7a613d0856c2 (patch)
treef16fde947ff33340dd18f266caeab090b64d019d /vcl
parent7d1e257a6ba2bbb0120753a09c140200ab913991 (diff)
make HitTestNativeControl const
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdevnative.cxx2
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;