Issue 58695 - String not localizable in flash filter
Summary: String not localizable in flash filter
Status: ACCEPTED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 2.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 19:32 UTC by rambousek
Modified: 2017-05-20 10:47 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description rambousek 2005-11-30 19:32:00 UTC
While exporting document to XHTML, the string "Saving :" shown in status bar is
not localizable, so it's always in English in all nativa-lang versions.
Comment 1 pavel 2005-11-30 19:37:28 UTC
Two files in filter module do not allow localizations:

find . -type f -print0 | xargs -0 -e grep -nH -e "Saving :"
./source/flash/swffilter.cxx:379:		mxStatusIndicator->start(OUString(
RTL_CONSTASCII_USTRINGPARAM( "Saving :" )), nPageCount);
./source/xmlfilteradaptor/XmlFilterAdaptor.cxx:285:	  
xStatusIndicator->start(OUString(  RTL_CONSTASCII_USTRINGPARAM( "Saving :"
)),nProgressRange);

Grep finished (matches found) at Wed Nov 30 20:35:09

Changing component to framework.
Comment 2 pavel 2005-11-30 19:38:00 UTC
.
Comment 3 pavel 2006-01-15 19:16:03 UTC
move target.

Comment 4 Olaf Felka 2006-03-17 13:00:26 UTC
@ ihi:Something for you?
Comment 5 ivo.hinkelmann 2006-04-19 16:40:49 UTC
sj, your part !
Comment 6 sven.jacobi 2006-04-19 16:59:00 UTC
accepted.
Comment 7 sven.jacobi 2006-05-08 17:14:01 UTC
sj: This issue has been split into two parts, so that only the string in
/source/flash/swffilter.cxx:379: needs to be fixed with this issue.

For the localizing problem in xmlfilteradaptor I wrote Issue 65172.
Comment 8 clippka 2006-05-12 09:02:33 UTC
retargeting to new general patch target
Comment 9 clippka 2007-09-12 13:56:09 UTC
retargeted
Comment 10 Marcus 2017-05-20 10:47:54 UTC
Reset assigne to the default "issues@openoffice.apache.org".