Issue 128483 - Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus
Summary: Occurence "OpenOffice.org" in dialog Writing Aids for new thesaurus
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 4.2.0-dev
Hardware: All All
: P5 (lowest) Normal (vote)
Target Milestone: 4.1.12
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 124894 (view as issue list)
Depends on:
Blocks:
 
Reported: 2021-10-02 14:12 UTC by Dick Groskamp
Modified: 2022-10-28 12:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.1.11
Developer Difficulty: ---


Attachments
Screenshot occurrence string "OpenOffice.org" (64.15 KB, image/png)
2021-10-02 14:12 UTC, Dick Groskamp
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Dick Groskamp 2021-10-02 14:12:42 UTC
Created attachment 87056 [details]
Screenshot occurrence string "OpenOffice.org"

Just noticed the occurrence of the string "OpenOffice.org New Thesaurus" in the dialog Writing Aids (Tools > Options > Language Settings > Writing Aids) in the Developer Build 4.2.0

This should probably be changed to "New Thesaurus" only.

OpenGrok found the string just once, in:

/trunk/main/lingucomponent/source/thesaurus/libnth/nthesimp.cxx (revision c4c42a0e)

Line:
576  {
577  	MutexGuard	aGuard( GetLinguMutex() );
578  	return A2OU( "OpenOffice.org New Thesaurus" );
579  }

Added screenshot as attachment

Since I'm no developer at all I won't touch the code. 
Hope someone will pick this up.

Should probably also need to be changed in branches AOO41 and AOO42 too
Comment 1 Matthias Seidel 2021-10-02 14:19:07 UTC
*** Issue 124894 has been marked as a duplicate of this issue. ***
Comment 2 Matthias Seidel 2021-10-02 14:20:57 UTC
Since this is "only" a string just create a Pull Request and we can work on that in Github.
Comment 3 Matthias Seidel 2021-10-18 23:26:39 UTC
Fixed with PR #139 in trunk.
Cherry-picked for AOO42X and AOO41X.