Bug 167492 - koffice-kde4 fails on saving "word" format
Summary: koffice-kde4 fails on saving "word" format
Status: RESOLVED FIXED
Alias: None
Product: kword
Classification: Miscellaneous
Component: general (show other bugs)
Version: git
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords: triaged
: 189692 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-26 20:35 UTC by Ralph Janke
Modified: 2009-04-15 12:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Janke 2008-07-26 20:35:09 UTC
Version:           2.0 alpha-6 (using KDE 4.0.98)
Installed from:    Ubuntu Packages
OS:                Linux

As reported by Jussi Schultink at https://bugs.launchpad.net/ubuntu/+source/koffice2/+bug/244601

Here are the steps to reproduce:
1. open koffice writer with a new blank document
 2. type some thing
 3. click save
 4. on the save window, put a file name and choose word file
 5. click save
 6 see error.

Screenshots of the errors are at the link above.

Thanks
Comment 1 Dominik Tritscher 2008-07-28 00:10:50 UTC
I can confirm that bug, but kword didn't crash here. Changed severity to normal.
Here are the error messages:
"An error has occured while parsing the KWord file.
At line: 1, column 1
Error message:
QXml(I18N_EXCESS_ARGUMENTS_SUPPLIED)"
And then:
"Could not save /home/username/test.doc
Reason: Internal error: saveXML not implemented"

I used same versions as in initial report, with german locale.
Comment 2 Médéric Boquien 2008-10-26 18:28:50 UTC
Hello,

Using kword from SVN trunk r876128 i cannot reproduce the problem. Can you still reproduce it? Thanks.
Comment 3 Dominik Tritscher 2008-12-07 12:53:16 UTC
I just tried with kword beta3 and the problem still exists. As beta3 was release in late november, i assume it should be newer than r876128.
Comment 4 Thomas Zander 2009-01-30 13:05:44 UTC
SVN commit 918636 by zander:

Fixes: KWord fails on saving "word" format
BUG:167492
Details: KWord does not know how to save to the old format natively, so we can't use filters
    that expect that format as an input format.

 M  +3 -0      KoFilterManager.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=918636
Comment 5 Thomas Zander 2009-04-15 12:37:14 UTC
*** Bug 189692 has been marked as a duplicate of this bug. ***