diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 08:54:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 17:23:36 +0200 |
commit | ca4a3868c8314ae2f6246cc513baf78513042738 (patch) | |
tree | 8759ea46ca93c63e7b24a08cc976ee25b03835cc /sfx2 | |
parent | 82c6652a7ae8761d187440794c695035f7c3d6ed (diff) |
remove newly unused mpWindow member of UserDrawEvent
Change-Id: I4c8c2b1c894ea55195be4b8b97926b16b8106edb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113630
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/statbar/stbitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx index d8a360a54a62..5f77b3de952a 100644 --- a/sfx2/source/statbar/stbitem.cxx +++ b/sfx2/source/statbar/stbitem.cxx @@ -340,7 +340,7 @@ void SAL_CALL SfxStatusBarControl::paint( if ( pOutDev ) { ::tools::Rectangle aRect = VCLRectangle( rOutputRectangle ); - UserDrawEvent aUserDrawEvent(nullptr, pOutDev, aRect, pBar->GetCurItemId()); + UserDrawEvent aUserDrawEvent(pOutDev, aRect, pBar->GetCurItemId()); Paint( aUserDrawEvent ); } } |