Bug 80098 - Unlocalizable list header in Search Results dialog
Summary: Unlocalizable list header in Search Results dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Localization (show other bugs)
Version:
(earliest affected)
4.2.0.0.alpha1
Hardware: Other All
: medium normal
Assignee: Andras Timar
URL:
Whiteboard: target:4.4.0
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 14:28 UTC by Andras Timar
Modified: 2014-09-09 08:36 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Timar 2014-06-16 14:28:23 UTC
In Calc press Ctrl+H, enter something to "Search for" field and press "Find All". The Search Result dialog appears. In localized builds the table header is not localized.

http://opengrok.libreoffice.org/xref/core/sc/source/ui/dialogs/searchresults.cxx#37

mpList->InsertHeaderEntry("Sheet\tCell\tContent");

Hard-coded strings. :(
Comment 1 Commit Notification 2014-09-09 08:36:21 UTC
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=5390946c8651bfae8b88e2e9f2a286bcd5fbdf3b

fdo#80098 make header of Search Result dialog localizable



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.