To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84237
User pl changed the following:
What |Old value |New value
================================================================================
Assigned to|pl |pb
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Dec 4 15:47:32 +0000
2007 -------
The ResMgr is missing in void SfxTemplateDialog_Impl::updateFamilyImages(). The
corresponding ResId gets created in sfx2/source/dialog/templdlg.cxx
891 void SfxCommonTemplateDialog_Impl::ReadResource()
892 {
893 // globale Benutzer-Resource auslesen
894 USHORT i;
895 for(i = 0; i < MAX_FAMILIES; ++i)
896 pFamilyState[i] = 0;
897
898 SfxViewFrame* pViewFrame =
pBindings->GetDispatcher_Impl()->GetFrame();
899 pCurObjShell = pViewFrame->GetObjectShell();
900 ResMgr* pMgr = pCurObjShell ? pCurObjShell->GetResMgr() : NULL;
901 ResId aFamId( DLG_STYLE_DESIGNER, *pMgr );
902 aFamId.SetRT(RSC_SFX_STYLE_FAMILIES);
903 m_pStyleFamiliesId = new ResId( aFamId.GetId(), *pMgr );
>From the looks of it seems that pCurObjShell is NULL:
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]