To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=71600
------- Additional comments from [EMAIL PROTECTED] Tue Sep 11 02:04:59 +0000 2007 ------- @ka I am sorry to explain this patch so late. In the newest version of the file "sdpreslt.cxx" the variable "aName" has been changed to "maName". I am about to explain this patch. After debuging , I know that the "aName" (string type) should be a template path which is selected but not the last one which is loaded. So,I added a LINK function.When select a template,the path of the selected template will pass to "aName" . USHORT mId = (USHORT)pLayoutNames->Count();//get ID aVS.SetItemData( mId, new XubString(aName));//set path. aName=*(XubString*)aVS.GetItemData( nId );//get path. If there isn't clear,please point out. --------------------------------------------------------------------- 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]
