To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46856


User as changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|as                        |tl
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Apr  7 05:41:53 -0700 
2005 -------
AS->TL: It seams, that your config item SvtLinguConfigItem is the problem here.
It was created as static inside the library. But destruction of static objects
isn't guaranteed !
How can you fix that ?

You should have a look into other coinfig items implemented inside svtools. E.g.
SvtSaveOptions. You should use a static pointer to your implementation static
class and a static int value as ref count. So you can implement a "ref counted
singleton". And you can use the classes ItemHolder1/2 to insert your new created
config item directoly after first creation into these containers, so they would
be holded alive till the end of the office will be reached. That is shown inside
SvtSaveOptions class too. Ask me for further informations on that.

---------------------------------------------------------------------
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]

Reply via email to