Kaydet (Commit) 231fb418 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

make HitTestNativeControl const

Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
üst 7d1e257a
......@@ -1194,7 +1194,7 @@ public:
ControlPart nPart,
const Rectangle& rControlRegion,
const Point& aPos,
sal_Bool& rIsInside );
sal_Bool& rIsInside ) const;
// Request rendering of a particular control and/or part
sal_Bool DrawNativeControl( ControlType nType,
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment