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

(-)old/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx (+6 lines)
Lines 997-1002 Link Here
997
            if (pNotesPage != NULL)
997
            if (pNotesPage != NULL)
998
                pNotesPage->SetName (rName);
998
                pNotesPage->SetName (rName);
999
        }
999
        }
1000
		if ( pPageToRename->GetPageKind() == PK_NOTES ) 
1001
		{
1002
			SdPage* pStandardPage = pDocument->GetSdPage( nPageId, PK_STANDARD );
1003
			if ( pStandardPage != NULL )
1004
				pStandardPage->SetName( rName );
1005
		}
1000
    }
1006
    }
1001
    else
1007
    else
1002
    {
1008
    {

Return to issue 69922