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

(-)sw/source/ui/misc/glossary.cxx (+5 lines)
Lines 349-355 Link Here
349
		ShowAutoText(*::GetCurrGlosGroup(), aShortNameEdit.GetText());
349
		ShowAutoText(*::GetCurrGlosGroup(), aShortNameEdit.GetText());
350
	}
350
	}
351
	else
351
	else
352
	{
353
		aNameED.SetText(aEmptyStr);
354
		aShortNameEdit.SetText(aEmptyStr);
355
		aInsertBtn.Enable(sal_False);
352
		ShowAutoText(aEmptyStr, aEmptyStr);
356
		ShowAutoText(aEmptyStr, aEmptyStr);
357
	}
353
	//Controls aktualisieren
358
	//Controls aktualisieren
354
	NameModify(&aShortNameEdit);
359
	NameModify(&aShortNameEdit);
355
    if( SfxRequest::HasMacroRecorder( pSh->GetView().GetViewFrame() ) )
360
    if( SfxRequest::HasMacroRecorder( pSh->GetView().GetViewFrame() ) )

Return to issue 124204