diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 10:50:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 14:06:14 +0000 |
commit | 75d2e7e5d58b42d30a2d1b054547a5852dabd2fe (patch) | |
tree | f6068104cf4dda8c67bf8aad8f12992a3e28abe4 /svtools | |
parent | 8748ae646bd5347ce9b964efbb941a873a7b5e0d (diff) |
GetData is a hopelessly generic name
when you want to find the uses of it
Change-Id: I580c194f0fd200505d3df99089afc0872921a67b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/datwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/datwin.cxx b/svtools/source/brwbox/datwin.cxx index c5a9ae217590..a3dd14049979 100644 --- a/svtools/source/brwbox/datwin.cxx +++ b/svtools/source/brwbox/datwin.cxx @@ -420,7 +420,7 @@ void BrowserDataWin::Command( const CommandEvent& rEvt ) aEventPos.Y() += GetParent()->GetTitleHeight(); CommandEvent aEvt( aEventPos, rEvt.GetCommand(), - rEvt.IsMouseEvent(), rEvt.GetData() ); + rEvt.IsMouseEvent(), rEvt.GetEventData() ); bInCommand = true; GetParent()->Command( aEvt ); if( bInDtor ) |