View | Details | Raw Unified | Return to issue 45245
Collapse All | Expand All

(-)sc/source/ui/view/original (+5 lines)
Lines 199-204 Link Here
199
    // mouse button down and up on same page?
199
    // mouse button down and up on same page?
200
    if( nMouseClickPageId != GetPageId( aPos ) )
200
    if( nMouseClickPageId != GetPageId( aPos ) )
201
        nMouseClickPageId = TAB_PAGE_NOTFOUND;
201
        nMouseClickPageId = TAB_PAGE_NOTFOUND;
202
    else if(rMEvt.GetClicks()==2 && rMEvt.IsLeft())
203
                {
204
                        SfxDispatcher* pDispatcher = pViewData->GetViewShell()->GetViewFrame()->GetDispatcher();
205
                        pDispatcher->Execute(FID_TAB_MENU_RENAME, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD);
206
                }
202
207
203
208
204
    if( nMouseClickPageId == 0 )
209
    if( nMouseClickPageId == 0 )

Return to issue 45245