Kaydet (Commit) c3bb8a44 authored tarafından Julien Nabet's avatar Julien Nabet

Fix build in sfx2

Failing build due to 27dadc07

Change-Id: I34aa67185e7889fd4ee1781b9a45c9a202e76954
Reviewed-on: https://gerrit.libreoffice.org/61846
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e57ab1b3
......@@ -1145,7 +1145,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
{
SfxWorkWindow *pWork = xImp->pFrame->GetFrame().GetWorkWindow_Impl();
SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl();
if ( pAct == this || pAct == this )
if (pAct == this)
{
if ( !bUpdate )
bUpdate = !xImp->bUpdated;
......@@ -1198,7 +1198,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
{
SfxWorkWindow *pWork = xImp->pFrame->GetFrame().GetWorkWindow_Impl();
SfxDispatcher *pAct = pWork->GetBindings().GetDispatcher_Impl();
if ( pAct == this || pAct == this )
if (pAct == this)
{
pWork->ResetObjectBars_Impl();
pWork->ResetChildWindows_Impl();
......
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