summaryrefslogtreecommitdiff
path: root/vcl/source/window/wpropset.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-12 15:07:10 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-12 15:07:10 +0100
commitb7f5f44df674c7e47a8c1597bf082a8292b14efd (patch)
treef0f0217f060ad2b9587f85c1dfecd427a164bc5d /vcl/source/window/wpropset.cxx
parent6e295e93909a5920b37e919537badfd6e10d0b94 (diff)
removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong
Diffstat (limited to 'vcl/source/window/wpropset.cxx')
-rw-r--r--vcl/source/window/wpropset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/wpropset.cxx b/vcl/source/window/wpropset.cxx
index 33c2f00363cf..fcb0c560291e 100644
--- a/vcl/source/window/wpropset.cxx
+++ b/vcl/source/window/wpropset.cxx
@@ -293,7 +293,7 @@ IMPL_LINK( vcl::WindowPropertySet, ChildEventListener, VclWindowEvent*, pEvent )
= mpImpl->maProperties.find( pEvent->GetWindow()->getIdentifier() );
if( it != mpImpl->maProperties.end() ) // this is valid, some unnamed child may have sent an event
{
- sal_uIntPtr nId = pEvent->GetId();
+ sal_uLong nId = pEvent->GetId();
// check if anything interesting happened
if(
// general windowy things