To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73909
Issue #|73909
Summary|add 'intern' feature to OUString ...
Component|porting
Version|680m197
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|mmeeks
Reported by|mmeeks
------- Additional comments from [EMAIL PROTECTED] Fri Jan 26 07:26:33 -0800
2007 -------
There is a large amount of string duplication going on in OO.o - 90% of
OUStrings are duplicates of each other (cf. research passim etc.)
While some of these are fixable, others are in fact harder to reconcile. eg.
When a key is present both in a configuration reference (".uno:Foo") and a
source-code slot definition (".uno:Foo") and also a UI XML file (".uno:Foo")
;-) This code is of course scattered across the place, and having the ability to
'intern' these, ie. via a string-pool convert to a single canonical
representation, is very useful.
Since the feature is a common feature of string classes present in other
languages, eg. Java, .Net hopefully this will be uncontroversial.
---------------------------------------------------------------------
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]