summaryrefslogtreecommitdiff
path: root/include
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 /include
parent7d1e257a6ba2bbb0120753a09c140200ab913991 (diff)
make HitTestNativeControl const
Change-Id: I1d3f09cce87fadd8bdc18b2775ebe2a6968d99c1
Diffstat (limited to 'include')
-rw-r--r--include/vcl/outdev.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx
index b1b143f62b4b..b97f416c68e6 100644
--- a/include/vcl/outdev.hxx
+++ b/include/vcl/outdev.hxx
@@ -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,